mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-21 12:30:41 +00:00
fix kevin's silly typos
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@22269 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
4
Makefile
4
Makefile
@@ -443,7 +443,7 @@ include/autoconfig.h: configure
|
|||||||
@echo "**** The configure script was just executed, so 'make' needs to be"
|
@echo "**** The configure script was just executed, so 'make' needs to be"
|
||||||
@echo "**** restarted."
|
@echo "**** restarted."
|
||||||
@echo "****"
|
@echo "****"
|
||||||
@echo exit 1
|
@exit 1
|
||||||
|
|
||||||
makeopts: configure
|
makeopts: configure
|
||||||
@CFLAGS="" ./configure
|
@CFLAGS="" ./configure
|
||||||
@@ -451,7 +451,7 @@ makeopts: configure
|
|||||||
@echo "**** The configure script was just executed, so 'make' needs to be"
|
@echo "**** The configure script was just executed, so 'make' needs to be"
|
||||||
@echo "**** restarted."
|
@echo "**** restarted."
|
||||||
@echo "****"
|
@echo "****"
|
||||||
@echo exit 1
|
@exit 1
|
||||||
|
|
||||||
menuselect.makeopts: build_tools/menuselect makeopts.xml
|
menuselect.makeopts: build_tools/menuselect makeopts.xml
|
||||||
@build_tools/menuselect --check-deps ${GLOBAL_MAKEOPTS} ${USER_MAKEOPTS} $@
|
@build_tools/menuselect --check-deps ${GLOBAL_MAKEOPTS} ${USER_MAKEOPTS} $@
|
||||||
|
Reference in New Issue
Block a user