You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ac...@apache.org on 2007/05/18 22:37:08 UTC

svn commit: r539594 - /incubator/qpid/branches/M2/cpp/Makefile.am

Author: aconway
Date: Fri May 18 13:37:07 2007
New Revision: 539594

URL: http://svn.apache.org/viewvc?view=rev&rev=539594
Log:
* Makefile.am: added rpmbuild target for consistency with trunk.

Modified:
    incubator/qpid/branches/M2/cpp/Makefile.am

Modified: incubator/qpid/branches/M2/cpp/Makefile.am
URL: http://svn.apache.org/viewvc/incubator/qpid/branches/M2/cpp/Makefile.am?view=diff&rev=539594&r1=539593&r2=539594
==============================================================================
--- incubator/qpid/branches/M2/cpp/Makefile.am (original)
+++ incubator/qpid/branches/M2/cpp/Makefile.am Fri May 18 13:37:07 2007
@@ -21,6 +21,7 @@
 	mv $@-tmp $@
 MAINTAINERCLEANFILES = $(PACKAGE).spec
 
-.PHONY: rpm srpm
+.PHONY: rpm srpm rpmbuild
 rpm srpm:
 	cd rpm && $(MAKE) $(MAKEFLAGS_AM) $@
+rpmbuild: rpm