BUG: fix long depend list because it gets cut on the hp: I may look like berk, but it is bill H.
This commit is contained in:
parent
8cf867373d
commit
cff85a6386
|
@ -1636,8 +1636,8 @@ void cmUnixMakefileGenerator::OutputMakeRules(std::ostream& fout)
|
||||||
{
|
{
|
||||||
if(!source->IsAHeaderFileOnly())
|
if(!source->IsAHeaderFileOnly())
|
||||||
{
|
{
|
||||||
|
allsources += " \\\n";
|
||||||
allsources += source->GetFullPath();
|
allsources += source->GetFullPath();
|
||||||
allsources += " ";
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue