BUG: Fix problem on Wacom system with global symbolic targets
This commit is contained in:
parent
95ea0272de
commit
10d1b20790
|
@ -1286,7 +1286,7 @@ void cmLocalUnixMakefileGenerator3
|
||||||
this->AppendCustomDepends(depends, glIt->second.GetPostBuildCommands());
|
this->AppendCustomDepends(depends, glIt->second.GetPostBuildCommands());
|
||||||
this->AppendCustomCommands(commands, glIt->second.GetPreBuildCommands());
|
this->AppendCustomCommands(commands, glIt->second.GetPreBuildCommands());
|
||||||
this->AppendCustomCommands(commands, glIt->second.GetPostBuildCommands());
|
this->AppendCustomCommands(commands, glIt->second.GetPostBuildCommands());
|
||||||
this->WriteMakeRule(ruleFileStream, targetString.c_str(), glIt->first.c_str(), depends, commands, false);
|
this->WriteMakeRule(ruleFileStream, targetString.c_str(), glIt->first.c_str(), depends, commands, true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue