fix kevin's silly typos
authorRussell Bryant <russell@russellbryant.com>
Mon, 24 Apr 2006 17:24:03 +0000 (17:24 +0000)
committerRussell Bryant <russell@russellbryant.com>
Mon, 24 Apr 2006 17:24:03 +0000 (17:24 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@22269 65c4cc65-6c06-0410-ace0-fbb531ad65f3

Makefile

index 6ee19b9..565158f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -443,7 +443,7 @@ include/autoconfig.h: configure
        @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 @@ makeopts: configure
        @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} $@