ENH: remove depend on CMakeCache for rebuild_cache target to avoid double rebuild cache

This commit is contained in:
Bill Hoffman 2004-01-29 09:01:39 -05:00
parent eea07a2f64
commit b9f2bd103b
1 changed files with 1 additions and 1 deletions

View File

@ -2583,7 +2583,7 @@ void cmLocalUnixMakefileGenerator::OutputMakeRules(std::ostream& fout)
this->OutputMakeRule(fout,
"CMakeCache.txt",
"rebuild_cache",
"$(CMAKE_BINARY_DIR)/CMakeCache.txt",
0,
"$(CMAKE_COMMAND) "
"-H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)");