]> sourceware.org Git - automake.git/commitdiff
* dist.am (distcheck): Put `&&' at the start of the distcheck-hook
authorTom Tromey <tromey@redhat.com>
Tue, 9 Nov 1999 05:50:06 +0000 (05:50 +0000)
committerTom Tromey <tromey@redhat.com>
Tue, 9 Nov 1999 05:50:06 +0000 (05:50 +0000)
line.

ChangeLog
dist.am

index 734c6fdeb87650fe40bd7e228fbfea6e2f4f79cc..f73f2d9c9ac809385196ab64e991f4560b9d1879 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 1999-11-08  Tom Tromey  <tromey@cygnus.com>
 
+       * dist.am (distcheck): Put `&&' at the start of the distcheck-hook
+       line.
+
        * automake.in (handle_dist_worker): Use `cp -R', not `cp -r'.
        From Jim Meyering.  Also, don't mention file name in `cp'
        destination.  From Olly Betts.
diff --git a/dist.am b/dist.am
index 02d2b7d5e72fc48330fead4ca6baf1b4daefb7ab..060e43a1027c743c19617f29e22f07d13ac51adc 100644 (file)
--- a/dist.am
+++ b/dist.am
@@ -24,7 +24,7 @@ distcheck: dist
        mkdir $(distdir)/=build
        mkdir $(distdir)/=inst
        dc_install_base=`cd $(distdir)/=inst && pwd` \
-DISTHOOK       $(MAKE) $(AM_MAKEFLAGS) distcheck-hook \
+DISTHOOK         && $(MAKE) $(AM_MAKEFLAGS) distcheck-hook \
          && cd $(distdir)/=build \
          && ../configure --srcdir=.. --prefix=$$dc_install_base \
 GETTEXT            --with-included-gettext \
This page took 0.031447 seconds and 5 git commands to generate.