BUG: no +=+
This commit is contained in:
parent
39766efaaa
commit
3cb9f60375
|
@ -1459,7 +1459,7 @@ void cmUnixMakefileGenerator::OutputSourceObjectBuildRules(std::ostream& fout)
|
|||
}
|
||||
compileCommand += "$(INCLUDE_FLAGS) -c ";
|
||||
compileCommand += source->GetFullPath();
|
||||
compileCommand +=+ " -o ";
|
||||
compileCommand += " -o ";
|
||||
compileCommand += objectFile;
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue