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: https://sourceware.org/git/?a=commitdiff_plain;h=6df4ec49423a60a331357331ec5ac6dea0067967;p=automake.git (handle_footer): Allow SUFFIXES variable. --- diff --git a/automake.in b/automake.in index dee0c402..1a2a333f 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) {