From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:38136) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QzQhu-0001FL-MX for qemu-devel@nongnu.org; Fri, 02 Sep 2011 06:10:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QzQht-0005vA-Im for qemu-devel@nongnu.org; Fri, 02 Sep 2011 06:10:42 -0400 Received: from mail-ww0-f53.google.com ([74.125.82.53]:52937) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QzQht-0005v3-ES for qemu-devel@nongnu.org; Fri, 02 Sep 2011 06:10:41 -0400 Received: by wwf25 with SMTP id 25so2580544wwf.10 for ; Fri, 02 Sep 2011 03:10:40 -0700 (PDT) Date: Fri, 2 Sep 2011 11:10:32 +0100 From: Stefan Hajnoczi Message-ID: <20110902101032.GA23431@stefanha-thinkpad.localdomain> References: <20110813212356.GA6981@rox.home.comstyle.com> <20110822173456.GA14284@rox.home.comstyle.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20110822173456.GA14284@rox.home.comstyle.com> Subject: Re: [Qemu-devel] [PATCH] libcacard: use INSTALL_DATA for data List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Brad Cc: qemu-devel@nongnu.org On Mon, Aug 22, 2011 at 01:34:57PM -0400, Brad wrote: > On Sat, Aug 13, 2011 at 05:23:57PM -0400, Brad wrote: > > libcacard: use INSTALL_DATA for data > > > > Signed-off-by: Brad Smith > > > > --- > > libcacard/Makefile | 2 +- > > 1 files changed, 1 insertions(+), 1 deletions(-) > > > > diff --git a/libcacard/Makefile b/libcacard/Makefile > > index 5cd7594..fe9747a 100644 > > --- a/libcacard/Makefile > > +++ b/libcacard/Makefile > > @@ -54,7 +54,7 @@ install-libcacard: libcacard.pc libcacard.la vscclient > > $(INSTALL_DIR) "$(DESTDIR)$(libcacard_includedir)" > > $(INSTALL_DIR) "$(DESTDIR)$(bindir)" > > libtool --mode=install $(INSTALL_PROG) vscclient "$(DESTDIR)$(bindir)" > > - libtool --mode=install $(INSTALL_PROG) libcacard.la "$(DESTDIR)$(libdir)" > > + libtool --mode=install $(INSTALL_DATA) libcacard.la "$(DESTDIR)$(libdir)" > > libtool --mode=install $(INSTALL_DATA) libcacard.pc "$(DESTDIR)$(libdir)/pkgconfig" > > for inc in *.h; do \ > > libtool --mode=install $(INSTALL_DATA) $(libcacard_srcpath)/$$inc "$(DESTDIR)$(libcacard_includedir)"; \ > > -- > > 1.7.6 > > An updated diff against up to date master. > > > libcacard: use INSTALL_DATA for data > > Signed-off-by: Brad Smith > > --- > libcacard/Makefile | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) Thanks, applied to the trivial patches tree: http://repo.or.cz/w/qemu/stefanha.git/shortlog/refs/heads/trivial-patches Stefan