From 9a01871387de25dcd21228486c3fa79d1a81fc95 Mon Sep 17 00:00:00 2001 From: leitner Date: Fri, 2 Feb 2001 17:57:00 +0000 Subject: [PATCH] fixed "tar" make target not to include CVS subdirectories. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 35664a7..9474f98 100644 --- a/Makefile +++ b/Makefile @@ -47,4 +47,4 @@ clean: rm -f *.o *.a core t tar: - cd .. && tar cIf libowfat.tar.bz2 libowfat + cd .. && tar cf libowfat.tar.bz2 libowfat --use=bzip2 --exclude CVS