mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-12 20:39:49 -05:00
minor fix
This commit is contained in:
@@ -811,7 +811,7 @@ void cmLocalUnixMakefileGenerator::OutputUtilityRule(std::ostream& fout,
|
||||
depends += " \\\n";
|
||||
replaceVars = *d;
|
||||
m_Makefile->ExpandVariablesInString(replaceVars);
|
||||
depends += this->ConvertToOutputPath(replaceVars.c_str());
|
||||
depends += cmSystemTools::ConvertToOutputPath(replaceVars.c_str());
|
||||
}
|
||||
}
|
||||
this->OutputMakeRule(fout, comment.c_str(), name,
|
||||
|
||||
Reference in New Issue
Block a user