From: Jim Meyering Date: Mon, 17 Oct 2005 06:58:46 +0000 (+0000) Subject: (my-distcheck): Depend on X-Git-Tag: v5.92~22 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1f4f154e46f0dea47136aaa0d40229c44cc546bf;p=thirdparty%2Fcoreutils.git (my-distcheck): Depend on $(release_archive_dir)/$(prev-tgz) here, so that if it's missing we fail earlier. --- diff --git a/Makefile.maint b/Makefile.maint index de161e3601..a996f219a0 100644 --- a/Makefile.maint +++ b/Makefile.maint @@ -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