From: Michael Wallner Date: Wed, 4 Feb 2015 08:38:19 +0000 (+0100) Subject: make buildconf work as expected; X-Git-Tag: php-5.6.6RC1~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4c3b4dc74af13eec25ad460551df8fd4b3984269;p=php make buildconf work as expected; autoconf really needs some help with all those external m4s --- 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)