Browse Source

Some crappy makes don't handle the .PHONY target correctly.

So we force a rebuild of generated_lists
PHP-4.0.5
Sascha Schumann 26 years ago
parent
commit
0181cae318
  1. 2
      buildconf

2
buildconf

@ -26,4 +26,6 @@ else
subdirs=''
fi
rm -f generated_lists
${MAKE:-make} -s -f build/build.mk AMFLAGS="$automake_flags"
Loading…
Cancel
Save