aboutsummaryrefslogtreecommitdiffstats
path: root/channels
diff options
context:
space:
mode:
Diffstat (limited to 'channels')
-rw-r--r--channels/Makefile2
-rw-r--r--channels/h323/Makefile.in1
2 files changed, 1 insertions, 2 deletions
diff --git a/channels/Makefile b/channels/Makefile
index b7d1d39d9..e4ee2ec3b 100644
--- a/channels/Makefile
+++ b/channels/Makefile
@@ -63,7 +63,7 @@ endif
clean::
$(MAKE) -C misdn clean
- if [ -f h323/Makefile ]; then $(MAKE) -C h323 clean; fi
+ rm -f h323/libchanh323.a h323/Makefile.ast h323/*.o h323/*.dep
dist-clean::
rm -f h323/Makefile
diff --git a/channels/h323/Makefile.in b/channels/h323/Makefile.in
index 5f949ca7d..2d5f3a547 100644
--- a/channels/h323/Makefile.in
+++ b/channels/h323/Makefile.in
@@ -47,4 +47,3 @@ Makefile.ast:
@if [ -r $@ ] && cmp -s $@ $@.tmp; then rm -f $@.tmp; else mv -f $@.tmp $@; fi
clean::
- rm -f $(TARGET) $(OBJS) Makefile.ast *.dep