ERR: Fixed typo: INSTALL_PROGRAMS -> INSTALL_PROGRAM.

This commit is contained in:
Brad King 2002-09-17 14:40:22 -04:00
parent 4267a1b4c1
commit 67e13e9798

View File

@ -1725,7 +1725,7 @@ void cmLocalUnixMakefileGenerator::OutputInstallRules(std::ostream& fout)
}
else
{
fout << "\t @$(INSTALL_PROGRAMS) ";
fout << "\t @$(INSTALL_PROGRAM) ";
}
fout << *i
<< " $(DESTDIR)" << prefix << l->second.GetInstallPath() << "\n";