From ecccc043e9ac3de8003637e20b0e6d66ecc98d62 Mon Sep 17 00:00:00 2001 From: morioka Date: Mon, 15 Mar 1999 04:48:14 +0000 Subject: [PATCH] (tar): fixed. --- Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 2ff90cc..f2fff12 100644 --- a/Makefile +++ b/Makefile @@ -48,9 +48,8 @@ tar: sh -c 'cvs tag -RF apel-`echo $(VERSION) \ | sed s/\\\\./_/ | sed s/\\\\./_/`; \ cd /tmp; \ - cvs -d \ -# :pserver:anonymous@chamonix.jaist.ac.jp:/hare/cvs/root \ - :ext:morioka@chamonix.jaist.ac.jp:/hare/cvs/root \ +# cvs -d :pserver:anonymous@chamonix.jaist.ac.jp:/hare/cvs/root \ + cvs -d :ext:morioka@chamonix.jaist.ac.jp:/hare/cvs/root \ export -d apel-$(VERSION) \ -r apel-`echo $(VERSION) | sed s/\\\\./_/ | sed s/\\\\./_/` \ apel' -- 1.7.10.4