From: Tom Tromey Date: Thu, 30 Nov 1995 00:33:34 +0000 (+0000) Subject: (handle_footer): Allow SUFFIXES variable. X-Git-Tag: Release-0-25~33 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=48d3338112b6b1b33ee830ff17c7db9f024e0e92;p=thirdparty%2Fautomake.git (handle_footer): Allow SUFFIXES variable. --- diff --git a/automake.in b/automake.in index dee0c4023..1a2a333f9 100755 --- a/automake.in +++ b/automake.in @@ -811,6 +811,11 @@ sub handle_footer $output_vars .= "\n"; } + if (defined $contents{'SUFFIXES'}) + { + push (@suffixes, '$(SUFFIXES)'); + } + $output_trailer .= ".SUFFIXES:\n"; if ($#suffixes >= 0) {