mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-07 23:28:36 -06:00
BUG: Pre-install rules for a target should not have target-level dependencies. Each target can be re-linked independently as long as the original targets are up to date.
This commit is contained in:
@@ -916,7 +916,6 @@ cmGlobalUnixMakefileGenerator3
|
||||
commands.clear();
|
||||
commands.push_back(lg->GetRecursiveMakeCall
|
||||
(makefileName.c_str(), localName.c_str()));
|
||||
this->AppendGlobalTargetDepends(depends,t->second);
|
||||
lg->WriteMakeRule(ruleFileStream,
|
||||
"Pre-install relink rule for target.",
|
||||
localName.c_str(), depends, commands, true);
|
||||
|
||||
Reference in New Issue
Block a user