mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-18 18:58:22 +00:00
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
This commit is contained in:
4
Makefile
4
Makefile
@@ -431,12 +431,12 @@ _all: all
|
|||||||
@echo " + make install +"
|
@echo " + make install +"
|
||||||
@echo " +-------------------------------------------+"
|
@echo " +-------------------------------------------+"
|
||||||
|
|
||||||
all: include/autoconfig.h menuselect.makeopts cleantest depend asterisk subdirs
|
all: config.status menuselect.makeopts cleantest depend asterisk subdirs
|
||||||
|
|
||||||
configure:
|
configure:
|
||||||
-@./bootstrap.sh
|
-@./bootstrap.sh
|
||||||
|
|
||||||
include/autoconfig.h: configure
|
config.status: configure
|
||||||
@CFLAGS="" ./configure
|
@CFLAGS="" ./configure
|
||||||
@echo "****"
|
@echo "****"
|
||||||
@echo "**** The configure script was just executed, so 'make' needs to be"
|
@echo "**** The configure script was just executed, so 'make' needs to be"
|
||||||
|
Reference in New Issue
Block a user