[svn-commits] russell: branch 1.4 r84170 - /branches/1.4/channels/Makefile
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Mon Oct 1 10:00:56 CDT 2007
Author: russell
Date: Mon Oct 1 10:00:56 2007
New Revision: 84170
URL: http://svn.digium.com/view/asterisk?view=rev&rev=84170
Log:
Remove another file in "make clean".
(closes issue #10814, paravoid)
Modified:
branches/1.4/channels/Makefile
Modified: branches/1.4/channels/Makefile
URL: http://svn.digium.com/view/asterisk/branches/1.4/channels/Makefile?view=diff&rev=84170&r1=84169&r2=84170
==============================================================================
--- branches/1.4/channels/Makefile (original)
+++ branches/1.4/channels/Makefile Mon Oct 1 10:00:56 2007
@@ -68,6 +68,7 @@
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
More information about the svn-commits
mailing list