From: Kevin P. Fleming Date: Mon, 21 Aug 2006 03:58:02 +0000 (+0000) Subject: ensure that 'make' after 'svn update' that includes a configure script change won... X-Git-Tag: 1.4.0-beta1~346 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e044e852c60f4920d9d480be13042c644a67fc6b;p=thirdparty%2Fasterisk.git 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 --- diff --git a/Makefile b/Makefile index 11d157af8c..b4a8019b4e 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 "****"