From 16db85a65144a625098fc7a2cb0c909ae9b6671e Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Mon, 2 Dec 2002 13:18:38 -0500 Subject: [PATCH] BUG: add a space around the compile flags --- Source/cmLocalUnixMakefileGenerator.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/cmLocalUnixMakefileGenerator.cxx b/Source/cmLocalUnixMakefileGenerator.cxx index 7ab9b2a10..25cc8f517 100644 --- a/Source/cmLocalUnixMakefileGenerator.cxx +++ b/Source/cmLocalUnixMakefileGenerator.cxx @@ -2379,6 +2379,7 @@ void cmLocalUnixMakefileGenerator::OutputSourceObjectBuildRules(std::ostream& fo if((*source)->GetProperty("COMPILE_FLAGS")) { compileFlags += (*source)->GetProperty("COMPILE_FLAGS"); + compileFlags += " "; } this->OutputBuildObjectFromSource(fout, shortName.c_str(),