From: Russell Bryant Date: Mon, 26 Nov 2007 17:25:08 +0000 (+0000) Subject: make sure we check to see if the configure script has been executed on a new checkout... X-Git-Tag: 1.6.0-beta1~3^2~663 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1a8de2d409ec938d3f2d9130c12e94c2c5475c6;p=thirdparty%2Fasterisk.git make sure we check to see if the configure script has been executed on a new checkout or after a distclean git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@89590 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/Makefile b/Makefile index 538ef8e686..4f352c5e24 100644 --- a/Makefile +++ b/Makefile @@ -304,7 +304,7 @@ all: _all @echo " + $(mK) install +" @echo " +-------------------------------------------+" -_all: cleantest $(SUBDIRS) +_all: cleantest makeopts $(SUBDIRS) makeopts: configure @echo "****"