From 749b80c7ed4a27c33917ea1613b1bfc4d8570fbf Mon Sep 17 00:00:00 2001 From: Brad King Date: Wed, 2 Mar 2005 08:51:48 -0500 Subject: BUG: SGI make can support suffixes only up to 32 characters. Renaming .hpux_make_must_have_suffixes_list to .hpux_make_needs_suffix_list. --- Source/cmLocalUnixMakefileGenerator2.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Source/cmLocalUnixMakefileGenerator2.cxx b/Source/cmLocalUnixMakefileGenerator2.cxx index 47a7d99..b5d5388 100644 --- a/Source/cmLocalUnixMakefileGenerator2.cxx +++ b/Source/cmLocalUnixMakefileGenerator2.cxx @@ -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); } -- cgit v0.12