[asterisk-commits] trunk r22269 - /trunk/Makefile
    asterisk-commits at lists.digium.com 
    asterisk-commits at lists.digium.com
       
    Mon Apr 24 10:24:03 MST 2006
    
    
  
Author: russell
Date: Mon Apr 24 12:24:03 2006
New Revision: 22269
URL: http://svn.digium.com/view/asterisk?rev=22269&view=rev
Log:
fix kevin's silly typos
Modified:
    trunk/Makefile
Modified: trunk/Makefile
URL: http://svn.digium.com/view/asterisk/trunk/Makefile?rev=22269&r1=22268&r2=22269&view=diff
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Mon Apr 24 12:24:03 2006
@@ -443,7 +443,7 @@
 	@echo "**** The configure script was just executed, so 'make' needs to be"
 	@echo "**** restarted."
 	@echo "****"
-	@echo exit 1
+	@exit 1
 
 makeopts: configure
 	@CFLAGS="" ./configure
@@ -451,7 +451,7 @@
 	@echo "**** The configure script was just executed, so 'make' needs to be"
 	@echo "**** restarted."
 	@echo "****"
-	@echo exit 1
+	@exit 1
 
 menuselect.makeopts: build_tools/menuselect makeopts.xml
 	@build_tools/menuselect --check-deps ${GLOBAL_MAKEOPTS} ${USER_MAKEOPTS} $@
    
    
More information about the asterisk-commits
mailing list