From 0181cae318d2200ea6696a6f00b1ab25d16955d8 Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Thu, 24 Aug 2000 05:55:19 +0000 Subject: Some crappy makes don't handle the .PHONY target correctly. So we force a rebuild of generated_lists --- buildconf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'buildconf') 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" -- cgit v1.2.1