From 277249ffe6f1e9b70c9877d938209012e34d9726 Mon Sep 17 00:00:00 2001 From: Lee Thompson Date: Tue, 4 Dec 2012 14:49:39 -0600 Subject: [PATCH] change rpmbuild target to rpm --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index bdac355..c05f55e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -65,7 +65,7 @@ releasetag: # can probably delete and have RPM created off autoconf generated tarball releases RELEASE ?= 1 -rpmbuild: jq +rpm: jq jq_test @echo "Packaging jq as an RPM ..." mkdir -p rpm/SOURCES rpm/BUILD rpm/BUILDROOT rpm/RPMS rpm/SPECS cp jq-$$(cat VERSION).tar.gz rpm/SOURCES/ -- 2.40.0