[asterisk-commits] russell: branch 1.4 r53464 - /branches/1.4/main/Makefile

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Wed Feb 7 13:07:40 MST 2007


Author: russell
Date: Wed Feb  7 14:07:39 2007
New Revision: 53464

URL: http://svn.digium.com/view/asterisk?view=rev&rev=53464
Log:
The clean target actually needs to run "distclean" on editline.  This is
because we need to make sure that its configure script gets executed again,
because the CFLAGS we want to pass to editline may have changed.

Modified:
    branches/1.4/main/Makefile

Modified: branches/1.4/main/Makefile
URL: http://svn.digium.com/view/asterisk/branches/1.4/main/Makefile?view=diff&rev=53464&r1=53463&r2=53464
==============================================================================
--- branches/1.4/main/Makefile (original)
+++ branches/1.4/main/Makefile Wed Feb  7 14:07:39 2007
@@ -141,6 +141,6 @@
 clean::
 	rm -f asterisk
 	rm -f db1-ast/.*.d
-	@if [ -f editline/Makefile ]; then $(MAKE) -C editline clean ; fi
+	@if [ -f editline/Makefile ]; then $(MAKE) -C editline distclean ; fi
 	@$(MAKE) -C db1-ast clean
 	@$(MAKE) -C stdtime clean



More information about the asterisk-commits mailing list