@@ -819,7 +819,7 @@ void cmUnixMakefileGenerator::OutputUtilityRule(std::ostream& fout,
for(std::vector<std::string>::const_iterator d = dep.begin();
d != dep.end(); ++d)
{
- depends += "\\\n";
+ depends += " \\\n";
depends += *d;
}