BUG: The dependency scanning target should be symbolic.
This commit is contained in:
parent
e72521b720
commit
6586149d64
|
@ -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);
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue