From 05b9afe56bbd3d067d9e241d31dfe29d798b2fb6 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 7 Feb 1999 23:02:34 +0000 Subject: [PATCH] (my-distcheck): Don't depend on dist, now that this is hooked up to the distcheck rule. --- Makefile.maint | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.maint b/Makefile.maint index c657c8c8f4..5cb3a5dfdc 100644 --- a/Makefile.maint +++ b/Makefile.maint @@ -13,6 +13,7 @@ maintainer-check: # Tag before making distribution. Also, don't make a distribution if # checks fail. Also, make sure the NEWS file is up-to-date. +# FIXME: use dist-hook/my-dist like distcheck-hook/my-distcheck. cvs-dist: maintainer-check pkg=`echo "$(PACKAGE)" | tr a-z A-Z`; \ ver=`echo "$(VERSION)" | sed 's/\./_/g'`; \ @@ -27,7 +28,7 @@ cvs-dist: maintainer-check $(MAKE) dist t=./=test -my-distcheck: dist +my-distcheck: -rm -rf $(t) mkdir $(t) GZIP=$(GZIP) $(TAR) -C $(t) -zxf $(distdir).tar.gz -- 2.47.3