Makefiles: Change signature of AppendCustomCommand

The RelativeRoot parameter will become non-default.
This commit is contained in:
Stephen Kelly
2016-08-27 13:44:52 +02:00
parent e0fd2d0446
commit 6960516b6b
3 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -1094,8 +1094,8 @@ void cmMakefileTargetGenerator::GenerateCustomRuleFile(
// Now append the actual user-specified commands.
std::ostringstream content;
this->LocalGenerator->AppendCustomCommand(
commands, ccg, this->GeneratorTarget, false,
cmOutputConverter::HOME_OUTPUT, &content);
commands, ccg, this->GeneratorTarget, cmOutputConverter::HOME_OUTPUT,
false, &content);
// Collect the dependencies.
std::vector<std::string> depends;