diff options
author | Michael Wallner <mike@php.net> | 2015-02-04 09:38:19 +0100 |
---|---|---|
committer | Michael Wallner <mike@php.net> | 2015-02-04 09:39:02 +0100 |
commit | 4c3b4dc74af13eec25ad460551df8fd4b3984269 (patch) | |
tree | b5f706d17413874341c6f818f85c90d7ea242d55 /build | |
parent | 1bb7647c6e24ec6262ee2149de6df1648ce30614 (diff) | |
download | php-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.mk | 3 |
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) |