--- dietlibc/Makefile 2005/01/29 02:39:07 1.160 +++ dietlibc/Makefile 2005/01/31 18:05:19 1.161 @@ -307,7 +307,7 @@ clean: $(MAKE) -C libdl clean tar: clean rename - 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