]> granicus.if.org Git - php/commitdiff
Some crappy makes don't handle the .PHONY target correctly.
authorSascha Schumann <sas@php.net>
Thu, 24 Aug 2000 05:55:19 +0000 (05:55 +0000)
committerSascha Schumann <sas@php.net>
Thu, 24 Aug 2000 05:55:19 +0000 (05:55 +0000)
So we force a rebuild of generated_lists

buildconf

index 63ad650af1058eb615bd567546da96c93450e8a0..415d20dcab8f7f36db21b677219f67b16a3a5dd2 100755 (executable)
--- 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"