summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2006-05-08 15:20:00 +0000
committerKevin P. Fleming <kpfleming@digium.com>2006-05-08 15:20:00 +0000
commit65fed8480bb41c18fd65af096ce2405574332066 (patch)
treec3af9e6b8a67c894866009da5fda247b4697bb92
parentf2e3d8279d8d313124aa5dab0ac6d219d42e0621 (diff)
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
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index f4e7ad947..628fab60e 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"