mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-26 16:39:44 -06:00
ENH: Syntax cleanup
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user