From 79e2f829f4f7b04dd4d273c331b2f03f0142f71f Mon Sep 17 00:00:00 2001 From: soochoi Date: Mon, 8 May 2006 19:59:38 +0000 Subject: [PATCH] fix the window build clean break --- vs_solutions/CASAInstall/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vs_solutions/CASAInstall/Makefile.am b/vs_solutions/CASAInstall/Makefile.am index 2f4b0354..fdd2c04e 100755 --- a/vs_solutions/CASAInstall/Makefile.am +++ b/vs_solutions/CASAInstall/Makefile.am @@ -99,7 +99,7 @@ uninstall-local: clean-local: if [ -d $(TARGET_CFG) ]; then rm -rf $(TARGET_CFG); fi if [ -d Debug ]; then rm -rf Debug; fi - rm -rf build.log; fi + rm -rf build.log distclean-local: