summaryrefslogtreecommitdiff
path: root/buildconf
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2000-08-24 05:55:19 +0000
committerSascha Schumann <sas@php.net>2000-08-24 05:55:19 +0000
commit0181cae318d2200ea6696a6f00b1ab25d16955d8 (patch)
treec7f2c8c03dc1d81aefb81edab1c89862bebc0e1d /buildconf
parent4850e34bf3efd5c8d3c773d73c7983922d81a85d (diff)
downloadphp-git-0181cae318d2200ea6696a6f00b1ab25d16955d8.tar.gz
Some crappy makes don't handle the .PHONY target correctly.
So we force a rebuild of generated_lists
Diffstat (limited to 'buildconf')
-rwxr-xr-xbuildconf2
1 files changed, 2 insertions, 0 deletions
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"