aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-10-01 15:00:56 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-10-01 15:00:56 +0000
commit672ed5a6757a013d74ed6a795db85dc2787af55b (patch)
treeaef16bfd474e5a8b14452d5b1c9b90de3fb4ed63
parente796df5acf27ca4acf9b26527df85d81d2d4faab (diff)
Remove another file in "make clean".
(closes issue #10814, paravoid) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@84170 f38db490-d61c-443f-a65b-d21fe96a405b
-rw-r--r--channels/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/channels/Makefile b/channels/Makefile
index beba0d1ff..8bb737ae9 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