From: Jim Meyering Date: Mon, 3 Mar 2003 09:49:37 +0000 (+0000) Subject: (tag-prev-version, prev-cvs-tag): Remove now-unused variables. X-Git-Tag: v4.5.9~74 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7b5ef3e75d6d596a238dedf796e58e0a0cf4594c;p=thirdparty%2Fcoreutils.git (tag-prev-version, prev-cvs-tag): Remove now-unused variables. --- diff --git a/Makefile.maint b/Makefile.maint index c592269ac0..fecb4c57d7 100644 --- a/Makefile.maint +++ b/Makefile.maint @@ -30,9 +30,7 @@ PREV_VERSION := $(shell cat $(prev_version_file)) tag-package = $(shell echo "$(PACKAGE)" | tr '[:lower:]' '[:upper:]') tag-this-version = $(subst .,_,$(VERSION)) -tag-prev-version = $(subst .,_,$(PREV_VERSION)) this-cvs-tag = $(tag-package)-$(tag-this-version) -prev-cvs-tag = $(tag-package)-$(tag-prev-version) my_distdir = $(PACKAGE)-$(VERSION) # Old releases are stored here.