BUG: add a space around the compile flags

This commit is contained in:
Bill Hoffman 2002-12-02 13:18:38 -05:00
parent 3851ac2416
commit 16db85a651
1 changed files with 1 additions and 0 deletions

View File

@ -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(),