diff options
author | Sascha Schumann <sas@php.net> | 2000-01-12 19:09:59 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 2000-01-12 19:09:59 +0000 |
commit | 4d83b0a3152684d1297ec562fad3fa00f5e6b5b8 (patch) | |
tree | 961652a8fc3e122e08f917e3b0d36b613b600e65 /build/build2.mk | |
parent | d67a4cec242a44a8ae9399893f9db617cb56c4e5 (diff) | |
download | php-git-4d83b0a3152684d1297ec562fad3fa00f5e6b5b8.tar.gz |
Full gear backwards. We still need acconfig.h.in for additional acconfig.h
files (from TSRM/Zend).
Diffstat (limited to 'build/build2.mk')
-rw-r--r-- | build/build2.mk | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/build/build2.mk b/build/build2.mk index 73fb8dce78..2d861f0935 100644 --- a/build/build2.mk +++ b/build/build2.mk @@ -34,6 +34,8 @@ makefile_files = $(makefile_am_files:e.am=e) config_h_in = php_config.h.in +acconfig_h_SOURCES = acconfig.h.in $(config_h_files) + targets = $(TOUCH_FILES) $(makefile_in_files) configure $(config_h_in) @@ -52,6 +54,10 @@ Zend/Makefile.am: TSRM/Makefile.am: test -d TSRM || (test -d ../TSRM && ln -s ../TSRM TSRM) +acconfig.h: $(acconfig_h_SOURCES) + @echo rebuilding $@ + cat $(acconfig_h_SOURCES) > $@ + $(makefile_in_files): $(makefile_am_files) aclocal.m4 configure.in $(config_m4_files) @echo rebuilding Makefile.in\'s @for i in $(LT_TARGETS); do \ |