From 18f5312b14eb0188daa4ed942fe87a05ef7a3dd0 Mon Sep 17 00:00:00 2001 From: tomo Date: Thu, 19 Aug 1999 07:04:08 +0000 Subject: [PATCH] (tar): fixed. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 869e7ac..62b77cc 100644 --- a/Makefile +++ b/Makefile @@ -153,7 +153,7 @@ 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) TM-root; \ + cvs export -d tm-$(VERSION) -r of-tm-`echo $(VERSION) 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