From 8ae1518351e9d4784ffe865353e4be9811fc9113 Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Fri, 16 Dec 2011 18:24:38 -0800 Subject: [PATCH] clear out the config.cache on reset --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 73e45ffd8..a9bd8775b 100755 --- a/Makefile +++ b/Makefile @@ -12,6 +12,7 @@ clean: reset: if test -e ".sconf_temp/"; then rm -r ".sconf_temp/"; fi if test -e ".sconsign.dblite"; then rm ".sconsign.dblite"; fi + if test -e "config.cache"; then rm "config.cache"; fi uninstall: python scons/scons.py uninstall