From 3c0942ab307dae1c0e8a19085b82ca82a6864cc0 Mon Sep 17 00:00:00 2001 From: tomo Date: Thu, 19 Aug 1999 07:02:06 +0000 Subject: [PATCH] (tar): fixed. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1af0e91..aa94a64 100644 --- a/Makefile +++ b/Makefile @@ -150,7 +150,8 @@ tar: cd ../tm-gnus; cvs tag -RF of-tm-`echo $(VERSION) | tr . _`; \ cd ../tm-mail; cvs tag -RF of-tm-`echo $(VERSION) | tr . _`; \ cd ../tm-mh-e; cvs tag -RF of-tm-`echo $(VERSION) | tr . _`; \ - cd ../tm-vm; cvs tag -RF of-tm-`echo $(VERSION) | tr . _`; \ + 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; \ cd tm-$(VERSION); \ -- 1.7.10.4