From 65fed8480bb41c18fd65af096ce2405574332066 Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" Date: Mon, 8 May 2006 15:20:00 +0000 Subject: 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 --- 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" -- cgit v1.2.3