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

So we force a rebuild of generated_lists
This commit is contained in:
Sascha Schumann 2000-08-24 05:55:19 +00:00
parent 4850e34bf3
commit 0181cae318

View File

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