Remove make-target "tar"
authorRalf Corsépius <corsepiu@fedoraproject.org>
Fri, 31 Aug 2007 02:34:33 +0000 (04:34 +0200)
committerRalf Corsépius <corsepiu@fedoraproject.org>
Fri, 31 Aug 2007 02:34:33 +0000 (04:34 +0200)
Makefile.am

index a0f8bf9..57cf3e3 100644 (file)
@@ -207,12 +207,6 @@ unsetgid:
            $(__CHMOD) g-s $(DESTDIR)$(pkglibdir)/$$f ;\
        done
 
-.PHONY: tar
-tar:
-       rm -rf /tmp/rpm-$(VERSION)
-       $(MAKE) DESTDIR=/tmp/rpm-$(VERSION) install
-       cd /tmp/rpm-$(VERSION) ; tar cvf /tmp/rpm-$(VERSION).tar .
-
 .PHONY: noconfig
 noconfig:
        find . -name "Makefile" -exec rm {} \;