dect
/
asterisk
Archived
13
0
Fork 0

use a file that configure will _always_ regenerate as the trigger for running the script

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25610 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
kpfleming 2006-05-08 15:20:00 +00:00
parent a36aeaf46b
commit 4017232235
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"