From aaddcb702ef93eac9087852202a59f91abb31433 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 30 Nov 2013 23:17:44 +0100 Subject: old-configure: delete pre-waf config.h and config.mak --- old-configure | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'old-configure') diff --git a/old-configure b/old-configure index 8decf53458..731cd0c6d1 100755 --- a/old-configure +++ b/old-configure @@ -3506,6 +3506,10 @@ EOF # Do not overwrite an unchanged config.h to avoid superfluous rebuilds. cmp -s "$TMPH" old_build/config.h || mv -f "$TMPH" old_build/config.h +# Kill old config.h, as it might interfere with the build. Also get rid of +# old config.mak, which might be confusing. +rm -f config.h config.mak + ############################################################################# cat << EOF -- cgit v1.2.3