From 4f4f0d3108894ffadb0bda3796082676f728a18d Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Thu, 3 Apr 2008 01:44:33 +0000 Subject: remove rpm build rule --- Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Makefile b/Makefile index 0296472..4917267 100644 --- a/Makefile +++ b/Makefile @@ -41,7 +41,3 @@ dis: clean bzip2 -9f ../$(NAME)-$(VERSION).tar chmod 644 ../$(NAME)-$(VERSION).tar.bz2 rm -rf $(NAME)-$(VERSION) - -rpm: dis ../$(NAME)-$(VERSION).tar.bz2 - rpm -ta ../$(NAME)-$(VERSION).tar.bz2 - rm -f ../$(NAME)-$(VERSION).tar.bz2 -- cgit v1.2.1