From 989b9f0301d54865ceca5d118b4913137c30352a Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Wed, 10 Oct 2012 09:26:55 -0700 Subject: [PATCH] move config.py rather than removing --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8ee5d6595..c5ae8cc5d 100755 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ distclean: 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 - if test -e "config.py"; then rm "config.py"; fi + if test -e "config.py"; then mv "config.py" "config.py.backup"; fi reset: distclean