From 3a2d4f48fbd049a27bb947303513ff4777bf1313 Mon Sep 17 00:00:00 2001 From: tomo Date: Thu, 19 Aug 1999 07:05:28 +0000 Subject: [PATCH] (tar): fixed. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 62b77cc..b4d47e6 100644 --- a/Makefile +++ b/Makefile @@ -153,7 +153,8 @@ tar: cd ../tm-vm; cvs tag -RF of-tm-`echo $(VERSION) | tr . _`; \ cd ..; cvs tag -RF of-tm-`echo $(VERSION) | tr . _`; \ cd /tmp; \ - cvs export -d tm-$(VERSION) -r of-tm-`echo $(VERSION) TM-root; \ + cvs export -d tm-$(VERSION) -r of-tm-`echo $(VERSION) | tr . _` \ + TM-root; \ cd tm-$(VERSION); \ cvs -d :pserver:anonymous@chamonix.jaist.ac.jp:/hare/cvs/root \ export -r of-tm-`echo $(VERSION) | tr . _` apel; \ -- 1.7.10.4