diff options
author | Sascha Schumann <sas@php.net> | 2000-08-24 05:55:19 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 2000-08-24 05:55:19 +0000 |
commit | 0181cae318d2200ea6696a6f00b1ab25d16955d8 (patch) | |
tree | c7f2c8c03dc1d81aefb81edab1c89862bebc0e1d /buildconf | |
parent | 4850e34bf3efd5c8d3c773d73c7983922d81a85d (diff) | |
download | php-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-x | buildconf | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -26,4 +26,6 @@ else subdirs='' fi +rm -f generated_lists + ${MAKE:-make} -s -f build/build.mk AMFLAGS="$automake_flags" |