]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
Blank line after targets from user's Makefile.am
authorTom Tromey <tromey@redhat.com>
Sun, 26 Nov 1995 06:40:21 +0000 (06:40 +0000)
committerTom Tromey <tromey@redhat.com>
Sun, 26 Nov 1995 06:40:21 +0000 (06:40 +0000)
automake.in

index 7993a29c61ed7135fc64ef72b7baaa47016024e7..7a09aa344e901dff260f9dc0d7794177f5b77ef7 100755 (executable)
@@ -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