diff options
-rw-r--r-- | Source/cmUnixMakefileGenerator.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmUnixMakefileGenerator.cxx b/Source/cmUnixMakefileGenerator.cxx index d1e3690..f50f8df 100644 --- a/Source/cmUnixMakefileGenerator.cxx +++ b/Source/cmUnixMakefileGenerator.cxx @@ -1636,8 +1636,8 @@ void cmUnixMakefileGenerator::OutputMakeRules(std::ostream& fout) { if(!source->IsAHeaderFileOnly()) { + allsources += " \\\n"; allsources += source->GetFullPath(); - allsources += " "; } } } |