From: msw Date: Thu, 7 Jan 1999 05:24:03 +0000 (+0000) Subject: A few more archive target fixes X-Git-Tag: r0-40~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4bb22734824f7bc77bb98abda524fe685eff075f;p=thirdparty%2Fnewt.git A few more archive target fixes --- diff --git a/Makefile.in b/Makefile.in index a05399b..83b5979 100644 --- a/Makefile.in +++ b/Makefile.in @@ -111,8 +111,7 @@ install-sh: sharedlib whiptcl.so _snackmodule.so archive: @cvs tag -F $(CVSTAG) - @rm -rf /tmp/newt-$(VERSION) - @mkdir /tmp/newt-$(VERSION) + @rm -rf /tmp/newt-$(VERSION) /tmp/newt @cd /tmp; cvs export -r$(CVSTAG) newt; mv newt newt-$(VERSION) @cd /tmp/newt-$(VERSION); autoconf @cd ..; tar czSpf newt-$(VERSION).tar.gz newt-$(VERSION)