aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-04-24 17:24:03 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-04-24 17:24:03 +0000
commit25c6011e2338956666a602ceb1942ecc7d29781a (patch)
treeaa25109a9936276685c0f6a5e2b472668217f8f1
parent606c93a3970aef9eff4ff68a51388d833bbf76e8 (diff)
fix kevin's silly typos
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@22269 f38db490-d61c-443f-a65b-d21fe96a405b
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 6ee19b9f7..565158f16 100644
--- 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} $@