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:
Berk Geveci 2001-12-30 17:18:58 -05:00
parent 8cf867373d
commit cff85a6386
1 changed files with 1 additions and 1 deletions

View File

@ -1636,8 +1636,8 @@ void cmUnixMakefileGenerator::OutputMakeRules(std::ostream& fout)
{
if(!source->IsAHeaderFileOnly())
{
allsources += " \\\n";
allsources += source->GetFullPath();
allsources += " ";
}
}
}