summaryrefslogtreecommitdiff
path: root/build/build.mk
diff options
context:
space:
mode:
Diffstat (limited to 'build/build.mk')
-rw-r--r--build/build.mk6
1 files changed, 1 insertions, 5 deletions
diff --git a/build/build.mk b/build/build.mk
index 46cb0c3360..2e261b7824 100644
--- a/build/build.mk
+++ b/build/build.mk
@@ -30,15 +30,11 @@ all: $(stamp) configure $(config_h_in)
$(stamp): build/buildcheck.sh
@build/buildcheck.sh $@
-configure: aclocal.m4 configure.ac $(PHP_M4_FILES)
+configure: configure.ac $(PHP_M4_FILES)
@echo rebuilding $@
@rm -f $@
@$(PHP_AUTOCONF) $(PHP_AUTOCONF_FLAGS)
-aclocal.m4: configure.ac acinclude.m4
- @echo rebuilding $@
- @cat acinclude.m4 ./build/libtool.m4 > $@
-
$(config_h_in): configure
# Explicitly remove target since autoheader does not seem to work correctly
# otherwise (timestamps are not updated). Also disable PACKAGE_* symbols in the