From: tomo Date: Thu, 19 Aug 1999 07:04:08 +0000 (+0000) Subject: (tar): fixed. X-Git-Tag: tm-8_1~4 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=18f5312b14eb0188daa4ed942fe87a05ef7a3dd0;p=elisp%2Ftm.git (tar): fixed. --- 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; \