From: ewt Date: Thu, 20 Jun 1996 01:03:25 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: 0-1~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9c091c0bc885964d4047c619ab5c2e00166da77e;p=thirdparty%2Fnewt.git *** empty log message *** --- diff --git a/Makefile b/Makefile index fffab2b..b5454d9 100644 --- a/Makefile +++ b/Makefile @@ -83,7 +83,7 @@ archive: make clean; \ find . -name "RCS" -exec rm {} \; ; \ find . -name ".depend" -exec rm {} \; ; \ - rm -f *gz test shared + rm -rf *gz test shared @cd /tmp; tar czSpf newt-$(VERSION).tar.gz newt-$(VERSION) @rm -rf /tmp/newt-$(VERSION) @cp /tmp/newt-$(VERSION).tar.gz .