From 3cb9f603756d2c8a7a14864d3efbd4dd27a54a8c Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Wed, 7 Nov 2001 17:04:53 -0500 Subject: BUG: no +=+ --- Source/cmUnixMakefileGenerator.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/cmUnixMakefileGenerator.cxx b/Source/cmUnixMakefileGenerator.cxx index 49d92a0..48eccbc 100644 --- a/Source/cmUnixMakefileGenerator.cxx +++ b/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 -- cgit v0.12