make buildconf actually work

This commit is contained in:
Michael Wallner 2015-01-30 17:58:49 +01:00
parent 563e7822fd
commit fa453d5abd
2 changed files with 5 additions and 5 deletions

View File

@ -22,17 +22,16 @@ SUBDIRS = Zend TSRM
STAMP = buildmk.stamp
ALWAYS = generated_lists
all: $(STAMP) $(ALWAYS)
all: $(STAMP) generated_lists
@$(MAKE) -s -f build/build2.mk
generated_lists:
generated_lists: ALWAYS
@echo makefile_am_files = Zend/Makefile.am TSRM/Makefile.am > $@
@echo config_m4_files = Zend/Zend.m4 TSRM/tsrm.m4 TSRM/threads.m4 \
Zend/acinclude.m4 ext/*/config*.m4 sapi/*/config.m4 >> $@
ALWAYS:
$(STAMP): build/buildcheck.sh
@build/buildcheck.sh $(STAMP)

View File

@ -50,5 +50,6 @@ aclocal.m4: configure.in acinclude.m4
configure: aclocal.m4 configure.in $(config_m4_files)
@echo rebuilding $@
@rm -f $@
$(PHP_AUTOCONF) $(SUPPRESS_WARNINGS)