From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:55527) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QvYOv-00069D-BP for qemu-devel@nongnu.org; Mon, 22 Aug 2011 13:35:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QvYOt-0008KZ-B9 for qemu-devel@nongnu.org; Mon, 22 Aug 2011 13:35:05 -0400 Received: from speedy.comstyle.com ([206.51.28.2]:7981 helo=mail.comstyle.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QvYOt-0008KP-5p for qemu-devel@nongnu.org; Mon, 22 Aug 2011 13:35:03 -0400 Received: from rox.home.comstyle.com (rox.home.comstyle.com [IPv6:2001:470:b01e:3:ca0a:a9ff:fe93:42c9]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: brad) by mail.comstyle.com (Postfix) with ESMTPSA id 67BF89851A for ; Mon, 22 Aug 2011 13:34:58 -0400 (EDT) Date: Mon, 22 Aug 2011 13:34:57 -0400 From: Brad Message-ID: <20110822173456.GA14284@rox.home.comstyle.com> References: <20110813212356.GA6981@rox.home.comstyle.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20110813212356.GA6981@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: qemu-devel@nongnu.org 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(-) diff --git a/libcacard/Makefile b/libcacard/Makefile index b3f5e6c..bd7b3e6 100644 --- a/libcacard/Makefile +++ b/libcacard/Makefile @@ -56,7 +56,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 -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.