(my-distcheck): Depend on
authorJim Meyering <jim@meyering.net>
Mon, 17 Oct 2005 06:58:46 +0000 (06:58 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 17 Oct 2005 06:58:46 +0000 (06:58 +0000)
$(release_archive_dir)/$(prev-tgz) here, so that if it's missing
we fail earlier.

Makefile.maint

index de161e3..a996f21 100644 (file)
@@ -435,7 +435,7 @@ null_AM_MAKEFLAGS = \
 # have to have a recent version of gcc and glibc headers.
 TMPDIR ?= /tmp
 t=$(TMPDIR)/$(PACKAGE)/test
-my-distcheck: $(local-check)
+my-distcheck: $(local-check) $(release_archive_dir)/$(prev-tgz)
        -rm -rf $(t)
        mkdir -p $(t)
        GZIP=$(GZIP_ENV) $(AMTAR) -C $(t) -zxf $(distdir).tar.gz