COMP: Fix shadowed local variable created by previous cmake_force change.

This commit is contained in:
Brad King 2006-09-21 17:21:13 -04:00
parent ca22f0f14b
commit a8426f55e5
1 changed files with 0 additions and 4 deletions

View File

@ -740,14 +740,10 @@ cmLocalUnixMakefileGenerator3
// Special symbolic target that never exists to force dependers to
// run their rules.
{
std::vector<std::string> no_depends;
std::vector<std::string> no_commands;
this->WriteMakeRule
(makefileStream,
"A target that is always out of date.",
"cmake_force", no_depends, no_commands, true);
}
// Variables for reference by other rules.
this->WriteMakeVariables(makefileStream);