(THIS_VERSION_REGEXP, PREV_VERSION_REGEXP): Remove now-unused variables.

This commit is contained in:
Jim Meyering 2003-03-03 09:48:12 +00:00
parent 872b3a4109
commit 2f6403d671

View File

@ -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))