summaryrefslogtreecommitdiff
path: root/build/build2.mk
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>1999-12-30 04:07:46 +0000
committerSascha Schumann <sas@php.net>1999-12-30 04:07:46 +0000
commit2c99bef442d71a455628628e932daf26aaec8a46 (patch)
treef4a7ca3e976ff07d3d6a730bded4ed1598b6ff8d /build/build2.mk
parente3af8ed3217b0a3bd46382e523bb12cfdc12e230 (diff)
downloadphp-git-2c99bef442d71a455628628e932daf26aaec8a46.tar.gz
Get rid of config.h.stub. Note that you should embed a comment about
what the respective define does into the AC_DEFINE macro. I.e. AC_DEFINE(HAVE_FOO, 1, [Whether you have FOO])
Diffstat (limited to 'build/build2.mk')
-rw-r--r--build/build2.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/build2.mk b/build/build2.mk
index bf079c2612..c33d459d2c 100644
--- a/build/build2.mk
+++ b/build/build2.mk
@@ -36,7 +36,7 @@ config_h_in = php_config.h.in
acconfig_h_SOURCES = acconfig.h.in $(config_h_files)
-targets = $(makefile_in_files) configure $(config_h_in) $(TOUCH_FILES)
+targets = $(TOUCH_FILES) $(makefile_in_files) configure $(config_h_in)
all: .deps Zend/Makefile.am TSRM/Makefile.am $(targets)