BUG: The dependency scanning target should be symbolic.

This commit is contained in:
Brad King 2007-12-21 11:00:03 -05:00
parent e72521b720
commit 6586149d64
1 changed files with 1 additions and 1 deletions

View File

@ -837,7 +837,7 @@ void cmMakefileTargetGenerator::WriteTargetDependRules()
// Write the rule.
this->LocalGenerator->WriteMakeRule(*this->BuildFileStream, 0,
depTarget.c_str(),
depends, commands, false);
depends, commands, true);
}
//----------------------------------------------------------------------------