From 4017232235153691044d12c50e759e05607a5da0 Mon Sep 17 00:00:00 2001 From: kpfleming Date: Mon, 8 May 2006 15:20:00 +0000 Subject: [PATCH] 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 --- Makefile | 4 ++-- 1 file 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"