From a3e5f29a15ec3301f32188d894aad5b8dd834d09 Mon Sep 17 00:00:00 2001 From: Olivier Thauvin Date: Tue, 5 Sep 2006 23:59:26 +0000 Subject: - kill rpm target --- Makefile.am | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Makefile.am b/Makefile.am index 6185db9..b09bc4c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,5 @@ # $Id$ -TAG := $(shell echo "V$(PACKAGE_VERSION)" | tr -- '-.' '__') - macrosfiles = $(RPMALLARCH:=.macros) pkg_data = \ @@ -76,11 +74,6 @@ install-data-local: $(macrosfiles) $(install_sh_DATA) $${i}.macros $(DESTDIR)$(RPMVENDORDIR)/$${i}-$(RPMOS)/macros; \ done -.PHONY: rpm -rpm: dist dist-bzip2 - gzip -dc $(PACKAGE_TARNAME)-$(PACKAGE_VERSION).tar.gz | bzip2 > $(PACKAGE_TARNAME)-$(PACKAGE_VERSION).tar.bz2 - rpmbuild -ba --clean --define "_sourcedir `pwd`" rpm-mandriva-setup.spec - .PHONY: ChangeLog ChangeLog: -- cgit v1.2.1