From 1dcf572a2b4809742c8e953f6708577c57e58fb3 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Sun, 26 Nov 1995 06:39:23 +0000 Subject: [PATCH] Move footer items to actual footer --- automake.in | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/automake.in b/automake.in index 33411df9..7993a29c 100755 --- a/automake.in +++ b/automake.in @@ -388,7 +388,6 @@ p am_recursive_install=yes ;; esac - cat $am_dir/footer.am >&5 case "$am_makefile" in */*) @@ -460,15 +459,6 @@ p ;; esac - # - # Put .SUFFIXES way down at the bottom. - # - if test -n "$am_suffixes"; then - echo ".SUFFIXES:" >&5 - echo ".SUFFIXES: $am_suffixes" >&5 - echo >&5 - fi - # # Handle auto-generating dependencies. @@ -516,6 +506,17 @@ p echo "OBJECTS = $OBJECTS" >&4 echo >&4 + # + # Put .SUFFIXES way down at the bottom. + # + if test -n "$am_suffixes"; then + echo ".SUFFIXES:" >&5 + echo ".SUFFIXES: $am_suffixes" >&5 + echo >&5 + fi + + # Ditto .NOEXPORT. + cat $am_dir/footer.am >&5 # Output variable definitions. exec 6> ${am_makefile}.in @@ -598,7 +599,6 @@ p echo "uninstall: $uninstall" >&6 echo >&6 - cat ${am_makefile}.rules >&6 rm -f ${am_makefile}.vars ${am_makefile}.rules -- 2.43.5