BUG: Fixed typo in previous fix.

This commit is contained in:
Brad King 2003-01-20 18:55:00 -05:00
parent 594bc7f22b
commit 9cbb4fd308
1 changed files with 1 additions and 1 deletions

View File

@ -2061,7 +2061,7 @@ void cmLocalUnixMakefileGenerator::OutputInstallRules(std::ostream& fout)
{
// first make the directories for each target
fout << "\t@if [ ! -d \"$(DESTDIR)" << prefix << l->second.GetInstallPath() <<
"\"] ; then \\\n";
"\" ] ; then \\\n";
fout << "\t echo \"Making directory \\\"$(DESTDIR)" << prefix
<< l->second.GetInstallPath() << "\\\" \"; \\\n";
fout << "\t mkdir -p \"$(DESTDIR)" << prefix << l->second.GetInstallPath()