summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2006-08-21 03:58:02 +0000
committerKevin P. Fleming <kpfleming@digium.com>2006-08-21 03:58:02 +0000
commite044e852c60f4920d9d480be13042c644a67fc6b (patch)
treea6351017655512601256dc7e6e280baa22e1a0eb /Makefile
parentf3c518a70ff946e2618f24c618549ac6d6e18cc9 (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: https://origsvn.digium.com/svn/asterisk/trunk@40753 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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 "****"