From: Sascha Schumann Date: Thu, 24 Aug 2000 05:55:19 +0000 (+0000) Subject: Some crappy makes don't handle the .PHONY target correctly. X-Git-Tag: php-4.0.2~101 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0181cae318d2200ea6696a6f00b1ab25d16955d8;p=php Some crappy makes don't handle the .PHONY target correctly. So we force a rebuild of generated_lists --- diff --git a/buildconf b/buildconf index 63ad650af1..415d20dcab 100755 --- a/buildconf +++ b/buildconf @@ -26,4 +26,6 @@ else subdirs='' fi +rm -f generated_lists + ${MAKE:-make} -s -f build/build.mk AMFLAGS="$automake_flags"