BUG: no +=+

This commit is contained in:
Bill Hoffman 2001-11-07 17:04:53 -05:00
parent 39766efaaa
commit 3cb9f60375

View File

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