From e173506a5407f9577f8f648676ae0e91cb7d0a65 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Wed, 14 Mar 2007 16:13:06 +0000 Subject: Merged revisions 499864 via svnmerge from https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid ........ r499864 | aconway | 2007-01-25 12:38:02 -0500 (Thu, 25 Jan 2007) | 2 lines * Fixed typo in make rpm target. ........ git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@518200 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/rpm/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp') diff --git a/cpp/rpm/Makefile.am b/cpp/rpm/Makefile.am index 7f3a4b4b6b..363a444f4f 100644 --- a/cpp/rpm/Makefile.am +++ b/cpp/rpm/Makefile.am @@ -15,7 +15,7 @@ clean-local: # Build source and binary RPMs. rpm: dist rpmbuild $(RPMOPTS) $(RPMEXTRAOPTS) -ba $(SPEC) - rpmlint RPMS/*.rpm + rpmlint RPMS/*/*.rpm # Build source RPM only. srpm: dist -- cgit v1.2.1