aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-05-08 15:20:00 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-05-08 15:20:00 +0000
commit4017232235153691044d12c50e759e05607a5da0 (patch)
treec3af9e6b8a67c894866009da5fda247b4697bb92
parenta36aeaf46b27439e0056818501ca2e9e8aac66e0 (diff)
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
-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"