minor fix
This commit is contained in:
parent
50a1f8a5e4
commit
709517bcf0
|
@ -811,7 +811,7 @@ void cmLocalUnixMakefileGenerator::OutputUtilityRule(std::ostream& fout,
|
||||||
depends += " \\\n";
|
depends += " \\\n";
|
||||||
replaceVars = *d;
|
replaceVars = *d;
|
||||||
m_Makefile->ExpandVariablesInString(replaceVars);
|
m_Makefile->ExpandVariablesInString(replaceVars);
|
||||||
depends += this->ConvertToOutputPath(replaceVars.c_str());
|
depends += cmSystemTools::ConvertToOutputPath(replaceVars.c_str());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
this->OutputMakeRule(fout, comment.c_str(), name,
|
this->OutputMakeRule(fout, comment.c_str(), name,
|
||||||
|
|
Loading…
Reference in New Issue