ENH: clean up depend output

This commit is contained in:
Bill Hoffman 2002-04-23 12:18:51 -04:00
parent 361f17802f
commit b3b3281b7f
1 changed files with 2 additions and 1 deletions

View File

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