]> sourceware.org Git - automake.git/commitdiff
(handle_footer): Allow SUFFIXES variable.
authorTom Tromey <tromey@redhat.com>
Thu, 30 Nov 1995 00:33:34 +0000 (00:33 +0000)
committerTom Tromey <tromey@redhat.com>
Thu, 30 Nov 1995 00:33:34 +0000 (00:33 +0000)
automake.in

index dee0c40235c833eb75380c1722545161bffc85f6..1a2a333f9404825c0d1b23f4ce82d17d8ec1023d 100755 (executable)
@@ -811,6 +811,11 @@ sub handle_footer
        $output_vars .= "\n";
     }
 
+    if (defined $contents{'SUFFIXES'})
+    {
+       push (@suffixes, '$(SUFFIXES)');
+    }
+
     $output_trailer .= ".SUFFIXES:\n";
     if ($#suffixes >= 0)
     {
This page took 0.032331 seconds and 5 git commands to generate.