From: Tom Tromey Date: Tue, 9 Nov 1999 05:50:06 +0000 (+0000) Subject: * dist.am (distcheck): Put `&&' at the start of the distcheck-hook X-Git-Tag: Release-1-4b~186 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=601aeba7255b8d0d54c7a4a8924537a694bebbf8;p=automake.git * dist.am (distcheck): Put `&&' at the start of the distcheck-hook line. --- diff --git a/ChangeLog b/ChangeLog index 734c6fde..f73f2d9c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 1999-11-08 Tom Tromey + * 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 02d2b7d5..060e43a1 100644 --- 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 \