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
This commit is contained in:
Kevin P. Fleming 2006-05-08 15:20:00 +00:00
parent f2e3d8279d
commit 65fed8480b
1 changed files with 2 additions and 2 deletions

View File

@ -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"