for this time for real

master
Felix von Leitner 2005-01-31 18:14:50 +00:00
parent ea6895ba02
commit ab265b3c61
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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