summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2007-05-18 20:37:07 +0000
committerAlan Conway <aconway@apache.org>2007-05-18 20:37:07 +0000
commit542d17c5ae4ec10b8a0f863e19952bea66727e06 (patch)
tree1949d6b6a75ca0749011f3374905be96fe1017b8 /cpp
parent1c6d36c319da62bd50dd95d8deaa73837d7d1589 (diff)
downloadqpid-python-542d17c5ae4ec10b8a0f863e19952bea66727e06.tar.gz
* Makefile.am: added rpmbuild target for consistency with trunk.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@539594 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
-rw-r--r--cpp/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/Makefile.am b/cpp/Makefile.am
index 66b489c63f..37e3a7d75b 100644
--- a/cpp/Makefile.am
+++ b/cpp/Makefile.am
@@ -21,6 +21,7 @@ qpidc.spec: %: %.in
mv $@-tmp $@
MAINTAINERCLEANFILES = $(PACKAGE).spec
-.PHONY: rpm srpm
+.PHONY: rpm srpm rpmbuild
rpm srpm:
cd rpm && $(MAKE) $(MAKEFLAGS_AM) $@
+rpmbuild: rpm