ENH: Fix install problem
This commit is contained in:
parent
07865fd113
commit
ea6a84cc64
|
@ -2225,7 +2225,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";
|
||||
fout << "\t @echo \"Making directory \\\"$(DESTDIR)" << prefix
|
||||
fout << "\t echo \"Making directory \\\"$(DESTDIR)" << prefix
|
||||
<< l->second.GetInstallPath() << "\\\" \"; \\\n";
|
||||
fout << "\t mkdir -p \"$(DESTDIR)" << prefix << l->second.GetInstallPath()
|
||||
<< "\"; \\\n";
|
||||
|
|
Loading…
Reference in New Issue