From: Jim Meyering Date: Mon, 3 Mar 2003 09:48:12 +0000 (+0000) Subject: (THIS_VERSION_REGEXP, PREV_VERSION_REGEXP): Remove now-unused variables. X-Git-Tag: v4.5.9~75 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2f6403d671f28673a8c7db4aa3ff4444c0aabb1e;p=thirdparty%2Fcoreutils.git (THIS_VERSION_REGEXP, PREV_VERSION_REGEXP): Remove now-unused variables. --- diff --git a/Makefile.maint b/Makefile.maint index 1019545d5e..c592269ac0 100644 --- a/Makefile.maint +++ b/Makefile.maint @@ -26,9 +26,7 @@ CVS = cvs prev_version_file ?= .prev-version -THIS_VERSION_REGEXP = $(subst .,\.,$(VERSION)) PREV_VERSION := $(shell cat $(prev_version_file)) -PREV_VERSION_REGEXP := $(shell echo $(PREV_VERSION)|sed 's/\./\\./g') tag-package = $(shell echo "$(PACKAGE)" | tr '[:lower:]' '[:upper:]') tag-this-version = $(subst .,_,$(VERSION))