*** empty log message ***
authorJim Meyering <jim@meyering.net>
Tue, 29 Sep 1998 03:34:42 +0000 (03:34 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 29 Sep 1998 03:34:42 +0000 (03:34 +0000)
Makefile.maint

index 86006c7..d3b3eb2 100644 (file)
@@ -45,8 +45,8 @@ my-distcheck: dist
        echo "$(distdir).tar.gz is ready for distribution"; \
        echo "========================"
 
-THIS_VERSION_REGEXP := $(shell echo $(VERSION)|sed 's/\./\\./g')
-# FIXME: this works only for test releases.
+THIS_VERSION_REGEXP = $(subst .,\.,$(VERSION))
+# FIXME: this works only for Gnits-style test releases.
 PREV_VERSION := $(shell echo $(VERSION)|tr a-z Xa-y)
 PREV_VERSION_REGEXP := $(shell echo $(PREV_VERSION)|sed 's/\./\\./g')
 v = Version