ensure that 'make' after 'svn update' that includes a configure script change won't run without making the user run configure first

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@40753 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Kevin P. Fleming 2006-08-21 03:58:02 +00:00
parent f3c518a70f
commit e044e852c6
1 changed files with 1 additions and 1 deletions

View File

@ -241,7 +241,7 @@ all: cleantest $(SUBDIRS)
@echo " + make install +"
@echo " +-------------------------------------------+"
makeopts:
makeopts: configure
@echo "****"
@echo "**** The configure script must be executed before running 'make'."
@echo "****"