summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorMichael Wallner <mike@php.net>2015-02-04 09:38:19 +0100
committerMichael Wallner <mike@php.net>2015-02-04 09:39:02 +0100
commit4c3b4dc74af13eec25ad460551df8fd4b3984269 (patch)
treeb5f706d17413874341c6f818f85c90d7ea242d55 /build
parent1bb7647c6e24ec6262ee2149de6df1648ce30614 (diff)
downloadphp-git-4c3b4dc74af13eec25ad460551df8fd4b3984269.tar.gz
make buildconf work as expected;
autoconf really needs some help with all those external m4s
Diffstat (limited to 'build')
-rw-r--r--build/build2.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/build/build2.mk b/build/build2.mk
index be103fc322..0b25ca79bd 100644
--- a/build/build2.mk
+++ b/build/build2.mk
@@ -50,5 +50,6 @@ aclocal.m4: configure.in acinclude.m4
configure: aclocal.m4 configure.in $(config_m4_files)
@echo rebuilding $@
- $(PHP_AUTOCONF) $(SUPPRESS_WARNINGS)
+ @rm -f $@
+ $(PHP_AUTOCONF) -f $(SUPPRESS_WARNINGS)