Bill Hoffman преди 24 години
родител
ревизия
3cb9f60375
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      Source/cmUnixMakefileGenerator.cxx

+ 1 - 1
Source/cmUnixMakefileGenerator.cxx

@@ -1459,7 +1459,7 @@ void cmUnixMakefileGenerator::OutputSourceObjectBuildRules(std::ostream& fout)
               }
             compileCommand += "$(INCLUDE_FLAGS) -c ";
             compileCommand += source->GetFullPath();
-            compileCommand +=+ " -o ";
+            compileCommand += " -o ";
             compileCommand += objectFile;
             }
           else