BUG: Fix problem on Wacom system with global symbolic targets

This commit is contained in:
Andy Cedilnik 2006-03-09 09:53:30 -05:00
parent 95ea0272de
commit 10d1b20790
1 changed files with 1 additions and 1 deletions

View File

@ -1286,7 +1286,7 @@ void cmLocalUnixMakefileGenerator3
this->AppendCustomDepends(depends, glIt->second.GetPostBuildCommands());
this->AppendCustomCommands(commands, glIt->second.GetPreBuildCommands());
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);
}
}