mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-27 09:29:15 -05:00
BUG: SGI make can support suffixes only up to 32 characters. Renaming .hpux_make_must_have_suffixes_list to .hpux_make_needs_suffix_list.
This commit is contained in:
@@ -1206,7 +1206,8 @@ cmLocalUnixMakefileGenerator2
|
||||
".SUFFIXES",
|
||||
depends,
|
||||
no_commands);
|
||||
depends.push_back(".hpux_make_must_have_suffixes_list");
|
||||
// Add a fake suffix to keep HP happy. Must be max 32 chars for SGI make.
|
||||
depends.push_back(".hpux_make_needs_suffix_list");
|
||||
this->WriteMakeRule(makefileStream, 0,
|
||||
".SUFFIXES", depends, no_commands);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user