[svn-commits] kpfleming: trunk r40753 - /trunk/Makefile

svn-commits at lists.digium.com svn-commits at lists.digium.com
Sun Aug 20 20:58:03 MST 2006


Author: kpfleming
Date: Sun Aug 20 22:58:02 2006
New Revision: 40753

URL: http://svn.digium.com/view/asterisk?rev=40753&view=rev
Log:
ensure that 'make' after 'svn update' that includes a configure script change won't run without making the user run configure first

Modified:
    trunk/Makefile

Modified: trunk/Makefile
URL: http://svn.digium.com/view/asterisk/trunk/Makefile?rev=40753&r1=40752&r2=40753&view=diff
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Sun Aug 20 22:58:02 2006
@@ -241,7 +241,7 @@
 	@echo " +               make install                +"  
 	@echo " +-------------------------------------------+"  
 
-makeopts:
+makeopts: configure
 	@echo "****"
 	@echo "**** The configure script must be executed before running 'make'."
 	@echo "****"



More information about the svn-commits mailing list