ENH: Syntax cleanup
This commit is contained in:
parent
63ca58ceaf
commit
c198fa1af3
|
@ -2194,11 +2194,11 @@ void cmLocalUnixMakefileGenerator::OutputInstallRules(std::ostream& fout)
|
|||
// does not work on windows....
|
||||
if(*i == "install-sh")
|
||||
{
|
||||
fout << "\t @cp ";
|
||||
fout << "\tcp ";
|
||||
}
|
||||
else
|
||||
{
|
||||
fout << "\t @$(INSTALL_DATA) ";
|
||||
fout << "\t$(INSTALL_DATA) ";
|
||||
}
|
||||
|
||||
fout << cmSystemTools::ConvertToOutputPath(i->c_str())
|
||||
|
|
Loading…
Reference in New Issue