diff options
author | Jim Meyering <jim@meyering.net> | 1998-09-29 03:34:42 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1998-09-29 03:34:42 +0000 |
commit | 22c794bf9b32e01f996f2527099bfcffab28c6ec (patch) | |
tree | 97fcc91dcd7a4980cd05602e9e714e0c365f09aa | |
parent | 0c47bc711fe3d223360a70f76c7646344ff5b2a5 (diff) | |
download | coreutils-22c794bf9b32e01f996f2527099bfcffab28c6ec.tar.xz |
*** empty log message ***
-rw-r--r-- | Makefile.maint | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.maint b/Makefile.maint index 86006c751..d3b3eb22e 100644 --- a/Makefile.maint +++ b/Makefile.maint @@ -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 |