mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-27 01:19:31 -05:00
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:
@@ -1636,8 +1636,8 @@ void cmUnixMakefileGenerator::OutputMakeRules(std::ostream& fout)
|
||||
{
|
||||
if(!source->IsAHeaderFileOnly())
|
||||
{
|
||||
allsources += " \\\n";
|
||||
allsources += source->GetFullPath();
|
||||
allsources += " ";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user