]> sourceware.org Git - automake.git/commitdiff
1999-03-21 Jim Meyering <meyering@na-net.ornl.gov>
authorTom Tromey <tromey@redhat.com>
Sat, 20 Mar 1999 23:33:05 +0000 (23:33 +0000)
committerTom Tromey <tromey@redhat.com>
Sat, 20 Mar 1999 23:33:05 +0000 (23:33 +0000)
* automake.in (handle_dist): Add missing newline after the first
semicolon.

ChangeLog
automake.in

index 61cbcaf9a7070157c5bd3b2a3fbd0a51284a2804..6ea245f28cd0c79c432f2236487c4847c3cd8d44 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+1999-03-21  Jim Meyering  <meyering@na-net.ornl.gov>
+
+       * automake.in (handle_dist): Add missing newline after the first
+       semicolon.
+
 1999-03-11  Tom Tromey  <tromey@cygnus.com>
 
        * m4/error.m4, m4/mktime.m4, m4/obstack.m4, m4/regex.m4,
index 4558c7c032511324c74d20d0a2ef4a6071f92086..64309e75e5cdc362ae163fcadaa6258b14b85cfd 100755 (executable)
@@ -2546,7 +2546,7 @@ distcheck: dist
        mkdir $(distdir)/=inst
        dc_install_base=`cd $(distdir)/=inst && pwd`; \\'
                          . (&target_defined ('distcheck-hook')
-                            ? ("\t\$(MAKE) \$(AM_MAKEFLAGS)"
+                            ? ("\n\t\$(MAKE) \$(AM_MAKEFLAGS)"
                                . " distcheck-hook; \\")
                             : '')
                          . '
This page took 0.045222 seconds and 5 git commands to generate.