(tar): fixed.
authortomo <tomo>
Thu, 19 Aug 1999 07:05:28 +0000 (07:05 +0000)
committertomo <tomo>
Thu, 19 Aug 1999 07:05:28 +0000 (07:05 +0000)
Makefile

index 62b77cc..b4d47e6 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -153,7 +153,8 @@ 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) -r of-tm-`echo $(VERSION) TM-root; \
+       cvs export -d tm-$(VERSION) -r of-tm-`echo $(VERSION) | tr . _` \
+                       TM-root; \
        cd tm-$(VERSION); \
        cvs -d :pserver:anonymous@chamonix.jaist.ac.jp:/hare/cvs/root \
                export -r of-tm-`echo $(VERSION) | tr . _` apel; \