fix the window build clean break

This commit is contained in:
soochoi 2006-05-08 19:59:38 +00:00
parent 5171349f73
commit 79e2f829f4

View File

@ -99,7 +99,7 @@ uninstall-local:
clean-local: clean-local:
if [ -d $(TARGET_CFG) ]; then rm -rf $(TARGET_CFG); fi if [ -d $(TARGET_CFG) ]; then rm -rf $(TARGET_CFG); fi
if [ -d Debug ]; then rm -rf Debug; fi if [ -d Debug ]; then rm -rf Debug; fi
rm -rf build.log; fi rm -rf build.log
distclean-local: distclean-local: