From: Tom Tromey Date: Sun, 26 Nov 1995 06:40:21 +0000 (+0000) Subject: Blank line after targets from user's Makefile.am X-Git-Tag: Release-0-25~138 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ebbfac68c2a747260f3a345de6a40c46ea068bfb;p=thirdparty%2Fautomake.git Blank line after targets from user's Makefile.am --- diff --git a/automake.in b/automake.in index 7993a29c6..7a09aa344 100755 --- a/automake.in +++ b/automake.in @@ -501,6 +501,7 @@ p # Copy from Makefile.am to output. sed '/^[^#=]*:/,$d' ${am_makefile}.am >&4 sed -n '/^[^#=]*:/,$p' ${am_makefile}.am >&5 + echo >&5 echo "SOURCES = $SOURCES" >&4 echo "OBJECTS = $OBJECTS" >&4