Makefiles: Use string overload of ConvertToOutputForExisting

The string is already determined so, no need to call the overload to
determine it again.
This commit is contained in:
Stephen Kelly 2016-08-27 13:44:52 +02:00
parent 0bbdbd95c9
commit e3ca17e13b
1 changed files with 1 additions and 1 deletions

View File

@ -2073,7 +2073,7 @@ void cmLocalUnixMakefileGenerator3::CreateCDCommand(
// Change back to the starting directory.
cmd = cd_cmd;
cmd += this->ConvertToOutputForExisting(relRetDir);
cmd += this->ConvertToOutputForExisting(relDir);
commands.push_back(cmd);
} else {
// On UNIX we must construct a single shell command to change