Pārlūkot izejas kodu

BUG: Added space after /clean to avoid putting it together with the build configuration. This fixes the failure of the complext test on the second run in the same tree.

Brad King 20 gadi atpakaļ
vecāks
revīzija
1c6f9716c3
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      Source/cmGlobalVisualStudio7Generator.cxx

+ 1 - 1
Source/cmGlobalVisualStudio7Generator.cxx

@@ -75,7 +75,7 @@ std::string cmGlobalVisualStudio7Generator::GenerateBuildCommand(const char* mak
     }
   if(clean)
     {
-    makeCommand += "/clean";
+    makeCommand += "/clean ";
     }
   else
     {