]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
Always include footer.am in output
authorTom Tromey <tromey@redhat.com>
Sun, 26 Nov 1995 05:50:52 +0000 (05:50 +0000)
committerTom Tromey <tromey@redhat.com>
Sun, 26 Nov 1995 05:50:52 +0000 (05:50 +0000)
automake.in

index b09fb35565c9d9ce0b9621d00e8a65550a693c96..6c51a5eb7efdfda59bedfdee01df459774bee2b6 100755 (executable)
@@ -374,7 +374,6 @@ p
       else
         cat $am_dir/clean.am >&5
       fi
-      cat $am_dir/footer.am >&5
       ;;
    *)
       cat $am_dir/subdirs.am >&5
@@ -386,6 +385,7 @@ p
       am_recursive_install=yes
       ;;
   esac
+  cat $am_dir/footer.am >&5
 
   case "$am_makefile" in
    */*)