From 431f91d62ebc281b8a6a2559ab6603fa5a5cde01 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Wed, 26 Sep 2007 09:30:30 +0000 Subject: remove useless .cvsignore hack --- Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 36e38d1..bce8125 100644 --- a/Makefile +++ b/Makefile @@ -47,7 +47,6 @@ install: dis: rm -rf $(NAME)-$(VERSION) ../$(NAME)-$(VERSION).tar* svn export -q -rBASE . $(NAME)-$(VERSION) - find $(NAME)-$(VERSION) -name .cvsignore |xargs rm -rf tar cf ../$(NAME)-$(VERSION).tar $(NAME)-$(VERSION) bzip2 -9f ../$(NAME)-$(VERSION).tar rm -rf $(NAME)-$(VERSION) -- cgit v1.2.1