]> sourceware.org Git - automake.git/commitdiff
Move footer items to actual footer
authorTom Tromey <tromey@redhat.com>
Sun, 26 Nov 1995 06:39:23 +0000 (06:39 +0000)
committerTom Tromey <tromey@redhat.com>
Sun, 26 Nov 1995 06:39:23 +0000 (06:39 +0000)
automake.in

index 33411df96c16062d6b469667f84822c9bab20871..7993a29c61ed7135fc64ef72b7baaa47016024e7 100755 (executable)
@@ -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
 
This page took 0.027035 seconds and 5 git commands to generate.