aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-08-21 03:58:02 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-08-21 03:58:02 +0000
commit19db6fdb2a229336d1436d39b42ffdf53266531d (patch)
treea6351017655512601256dc7e6e280baa22e1a0eb /Makefile
parentdc1637751a70702ff43ac0c2493201fb28aefa0f (diff)
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: http://svn.digium.com/svn/asterisk/trunk@40753 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 11d157af8..b4a8019b4 100644
--- a/Makefile
+++ b/Makefile
@@ -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 "****"