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
1.4
Kevin P. Fleming 19 years ago
parent f3c518a70f
commit e044e852c6

@ -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 "****"

Loading…
Cancel
Save