[asterisk-commits] russell: trunk r89590 - /trunk/Makefile

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Mon Nov 26 11:25:09 CST 2007


Author: russell
Date: Mon Nov 26 11:25:08 2007
New Revision: 89590

URL: http://svn.digium.com/view/asterisk?view=rev&rev=89590
Log:
make sure we check to see if the configure script has been executed on a new checkout or after a distclean

Modified:
    trunk/Makefile

Modified: trunk/Makefile
URL: http://svn.digium.com/view/asterisk/trunk/Makefile?view=diff&rev=89590&r1=89589&r2=89590
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Mon Nov 26 11:25:08 2007
@@ -304,7 +304,7 @@
 	@echo " +               $(mK) install               +"  
 	@echo " +-------------------------------------------+"  
 
-_all: cleantest $(SUBDIRS)
+_all: cleantest makeopts $(SUBDIRS)
 
 makeopts: configure
 	@echo "****"




More information about the asterisk-commits mailing list