]> sourceware.org Git - automake.git/commitdiff
1999-11-11 Jim Meyering <meyering@ascend.com>
authorTom Tromey <tromey@redhat.com>
Fri, 12 Nov 1999 03:00:56 +0000 (03:00 +0000)
committerTom Tromey <tromey@redhat.com>
Fri, 12 Nov 1999 03:00:56 +0000 (03:00 +0000)
* dist.am (distcheck): Remove $(distdir).tar.gz before counting
files.

ChangeLog
dist.am

index 88e21457b6e352ff36d4a78e6f050164312daa7e..d11cf164809cf8c9c5c1c4f00981c0548f67726d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+1999-11-11  Jim Meyering  <meyering@ascend.com>
+
+       * dist.am (distcheck): Remove $(distdir).tar.gz before counting
+       files.
+
 1999-11-09  Tom Tromey  <tromey@cygnus.com>
 
        * automake.in (handle_dist): Typo fix.  From Jim Meyering.
diff --git a/dist.am b/dist.am
index 060e43a1027c743c19617f29e22f07d13ac51adc..ef064c7c93e3bad493e478148389c473ce7b3e6b 100644 (file)
--- a/dist.am
+++ b/dist.am
@@ -38,6 +38,9 @@ GETTEXT           --with-included-gettext \
          && test `find $$dc_install_base -type f -print | wc -l` -le 1 \
          && $(MAKE) $(AM_MAKEFLAGS) dist \
          && $(MAKE) $(AM_MAKEFLAGS) distclean \
+## Make sure to remove the dist file we created in the test build
+## directory.
+         && rm -f $(distdir).tar.gz \
          && test `find . -type f -print | wc -l` -eq 0
        -rm -rf $(distdir)
        @banner="$(distdir).tar.gz is ready for distribution"; \
This page took 0.033765 seconds and 5 git commands to generate.