From fdb234855b635d45c48d8b85365234033be5c37c Mon Sep 17 00:00:00 2001 From: morioka Date: Mon, 15 Mar 1999 04:55:47 +0000 Subject: [PATCH] (tar): Fixed. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5b43390..7cbbd29 100644 --- a/Makefile +++ b/Makefile @@ -49,7 +49,7 @@ tar: | sed s/\\\\./_/ | sed s/\\\\./_/`; \ cd /tmp; \ cvs -d :ext:morioka@chamonix.jaist.ac.jp:/hare/cvs/root \ - export -d apel-$(VERSION) + export -d apel-$(VERSION) \ -r apel-`echo $(VERSION) | tr . _` apel' cd /tmp; $(RM) apel-$(VERSION)/ftp.in ; \ $(TAR) cvzf apel-$(VERSION).tar.gz apel-$(VERSION) -- 1.7.10.4