]> git.ipfire.org Git - thirdparty/newt.git/commitdiff
A few more archive target fixes
authormsw <msw>
Thu, 7 Jan 1999 05:24:03 +0000 (05:24 +0000)
committermsw <msw>
Thu, 7 Jan 1999 05:24:03 +0000 (05:24 +0000)
Makefile.in

index a05399bbaa33f7b2f89c477ae60ca69dc06ac43d..83b5979400bee9065db741250d26af193695ec26 100644 (file)
@@ -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)