aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--channels/Makefile1
-rw-r--r--codecs/g722/Makefile1
-rw-r--r--res/Makefile2
3 files changed, 3 insertions, 1 deletions
diff --git a/channels/Makefile b/channels/Makefile
index c9488004c..ca3505aa5 100644
--- a/channels/Makefile
+++ b/channels/Makefile
@@ -68,6 +68,7 @@ ifneq ($(wildcard h323/Makefile.ast),)
H323LDFLAGS+=-Wl,--version-script=h323/noexport.map
clean::
$(MAKE) -C h323 clean
+ rm -f h323/Makefile
else
h323/libchanh323.a h323/Makefile.ast:
$(CMD_PREFIX) $(MAKE) -C h323
diff --git a/codecs/g722/Makefile b/codecs/g722/Makefile
index b69afaaa2..a894e5cbf 100644
--- a/codecs/g722/Makefile
+++ b/codecs/g722/Makefile
@@ -14,3 +14,4 @@ $(LIB): $(OBJS)
clean:
rm -f $(LIB) *.o
+ rm -f .*.o.d
diff --git a/res/Makefile b/res/Makefile
index 97b77fe43..0d0863d51 100644
--- a/res/Makefile
+++ b/res/Makefile
@@ -45,4 +45,4 @@ ael/pval.o: ael/pval.c
clean::
rm -f snmp/*.o
- rm -f ael*.o
+ rm -f ael/*.o