From b85730570505e5efa1a054ab26c54633288f6578 Mon Sep 17 00:00:00 2001 From: tomo Date: Mon, 3 Nov 2003 13:55:21 +0000 Subject: [PATCH] (TAR): Don't expect ftp.in. --- Makefile.in | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Makefile.in b/Makefile.in index a8275ac..e39ac2c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -91,8 +91,6 @@ tar: cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/chise \ export -d libchise-$(VERSION) \ -r libchise-`echo $(VERSION) | tr . _` libchise' - cd /tmp; $(RM) libchise-$(VERSION)/ftp.in libchise-$(VERSION)/.cvsignore ; \ + cd /tmp; $(RM) libchise-$(VERSION)/.cvsignore ; \ $(TAR) cvzf libchise-$(VERSION).tar.gz libchise-$(VERSION) cd /tmp; $(RM) -r libchise-$(VERSION) - sed "s/VERSION/$(VERSION)/" < ftp.in > ftp - -- 1.7.10.4