From: Kevin P. Fleming Date: Mon, 8 May 2006 15:20:00 +0000 (+0000) Subject: use a file that configure will _always_ regenerate as the trigger for running the... X-Git-Tag: 1.4.0-beta1~1512 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=65fed8480bb41c18fd65af096ce2405574332066;p=thirdparty%2Fasterisk.git use a file that configure will _always_ regenerate as the trigger for running the script git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@25610 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/Makefile b/Makefile index f4e7ad9478..628fab60e0 100644 --- a/Makefile +++ b/Makefile @@ -431,12 +431,12 @@ _all: all @echo " + make install +" @echo " +-------------------------------------------+" -all: include/autoconfig.h menuselect.makeopts cleantest depend asterisk subdirs +all: config.status menuselect.makeopts cleantest depend asterisk subdirs configure: -@./bootstrap.sh -include/autoconfig.h: configure +config.status: configure @CFLAGS="" ./configure @echo "****" @echo "**** The configure script was just executed, so 'make' needs to be"