Kaynağa Gözat

BUG: Fixed typo in previous fix.

Brad King 23 yıl önce
ebeveyn
işleme
9cbb4fd308
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      Source/cmLocalUnixMakefileGenerator.cxx

+ 1 - 1
Source/cmLocalUnixMakefileGenerator.cxx

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