ENH: Syntax cleanup

This commit is contained in:
Andy Cedilnik 2003-08-01 13:24:42 -04:00
parent 63ca58ceaf
commit c198fa1af3
1 changed files with 2 additions and 2 deletions

View File

@ -2194,11 +2194,11 @@ void cmLocalUnixMakefileGenerator::OutputInstallRules(std::ostream& fout)
// does not work on windows.... // does not work on windows....
if(*i == "install-sh") if(*i == "install-sh")
{ {
fout << "\t @cp "; fout << "\tcp ";
} }
else else
{ {
fout << "\t @$(INSTALL_DATA) "; fout << "\t$(INSTALL_DATA) ";
} }
fout << cmSystemTools::ConvertToOutputPath(i->c_str()) fout << cmSystemTools::ConvertToOutputPath(i->c_str())