ENH: clean up depend output
This commit is contained in:
parent
361f17802f
commit
b3b3281b7f
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue