From 3524bc2b337c93eba3745570e6c81b460c05cbdd Mon Sep 17 00:00:00 2001 From: leitner Date: Mon, 31 Jan 2005 18:14:50 +0000 Subject: [PATCH] for this time for real --- GNUmakefile | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/GNUmakefile b/GNUmakefile index b6fa110..cbafc83 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -162,7 +162,7 @@ CURNAME=$(notdir $(shell pwd)) tar: Makefile clean rename rm -f dep libdep - cd ..; tar cvvf $(VERSION).tar.bz2 $(VERSION) --use=bzip2 --exclude CVS + cd ..; tar cvvf $(VERSION).tar.bz2 --use=bzip2 --exclude CVS $(VERSION) rename: if test $(CURNAME) != $(VERSION); then cd .. && mv $(CURNAME) $(VERSION); fi diff --git a/Makefile b/Makefile index 0a2b419..8a19115 100644 --- a/Makefile +++ b/Makefile @@ -638,7 +638,7 @@ uninstall: rm -f $(LIBDIR)/libowfat.a VERSION=libowfat-0.21 -CURNAME=libowfat-0.20 +CURNAME=libowfat-0.21 tar: clean rename rm -f dep libdep