summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2005-10-21 15:10:30 (GMT)
committerKen Martin <ken.martin@kitware.com>2005-10-21 15:10:30 (GMT)
commit017af44ca3df2e377c5807dd4be25284f7406df0 (patch)
tree67b1485675659a2b07d16f062e5cf43b5b08d520 /Source
parent54f75b05cd8d602ccc3b5e4e18c5eb938170e8ec (diff)
downloadCMake-017af44ca3df2e377c5807dd4be25284f7406df0.zip
CMake-017af44ca3df2e377c5807dd4be25284f7406df0.tar.gz
CMake-017af44ca3df2e377c5807dd4be25284f7406df0.tar.bz2
BUG: fix bad checkin that had debugging code in it
Diffstat (limited to 'Source')
-rw-r--r--Source/cmLocalUnixMakefileGenerator3.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmLocalUnixMakefileGenerator3.cxx b/Source/cmLocalUnixMakefileGenerator3.cxx
index fc59a4f..abea00a 100644
--- a/Source/cmLocalUnixMakefileGenerator3.cxx
+++ b/Source/cmLocalUnixMakefileGenerator3.cxx
@@ -1146,7 +1146,7 @@ cmLocalUnixMakefileGenerator3
"$(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)";
runRule += " --check-build-system ";
runRule += this->Convert(cmakefileName.c_str(),NONE,SHELL);
- runRule += " 1";
+ runRule += " 0";
std::vector<std::string> no_depends;
std::vector<std::string> commands;