move config.py rather than removing

This commit is contained in:
Dane Springmeyer 2012-10-10 09:26:55 -07:00
parent baa2880dad
commit 989b9f0301

View file

@ -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