From: Tom Tromey Date: Sun, 26 Nov 1995 05:50:52 +0000 (+0000) Subject: Always include footer.am in output X-Git-Tag: Release-0-25~153 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=58a6925f1233d49a83afcbf4cbcc7b157bd5892f;p=thirdparty%2Fautomake.git Always include footer.am in output --- diff --git a/automake.in b/automake.in index b09fb3556..6c51a5eb7 100755 --- a/automake.in +++ b/automake.in @@ -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 */*)