From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52327) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZWqUG-0000ji-VZ for qemu-devel@nongnu.org; Tue, 01 Sep 2015 14:40:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZWqUC-0000CR-E8 for qemu-devel@nongnu.org; Tue, 01 Sep 2015 14:40:52 -0400 Received: from e39.co.us.ibm.com ([32.97.110.160]:46892) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZWqUB-00008b-K2 for qemu-devel@nongnu.org; Tue, 01 Sep 2015 14:40:48 -0400 Received: from /spool/local by e39.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 1 Sep 2015 12:40:47 -0600 Received: from b03cxnp07029.gho.boulder.ibm.com (b03cxnp07029.gho.boulder.ibm.com [9.17.130.16]) by d03dlp03.boulder.ibm.com (Postfix) with ESMTP id A8D6019D803F for ; Tue, 1 Sep 2015 12:31:38 -0600 (MDT) Received: from d03av03.boulder.ibm.com (d03av03.boulder.ibm.com [9.17.195.169]) by b03cxnp07029.gho.boulder.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id t81IehKo26935402 for ; Tue, 1 Sep 2015 11:40:43 -0700 Received: from d03av03.boulder.ibm.com (localhost [127.0.0.1]) by d03av03.boulder.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id t81Iegof001503 for ; Tue, 1 Sep 2015 12:40:43 -0600 From: Michael Roth Date: Tue, 1 Sep 2015 13:38:39 -0500 Message-Id: <1441132743-26228-3-git-send-email-mdroth@linux.vnet.ibm.com> In-Reply-To: <1441132743-26228-1-git-send-email-mdroth@linux.vnet.ibm.com> References: <1441132743-26228-1-git-send-email-mdroth@linux.vnet.ibm.com> Subject: [Qemu-devel] [PATCH 02/26] qemu-ga: Two MSI related cosmetic changes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: peter.maydell@linaro.org, Leonid Bloch , Michael Roth From: Leonid Bloch Signed-off-by: Leonid Bloch Signed-off-by: Michael Roth --- Makefile | 2 +- qga/installer/qemu-ga.wxs | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 340d9c8..9a4c3c6 100644 --- a/Makefile +++ b/Makefile @@ -295,7 +295,7 @@ qemu-ga$(EXESUF): $(qga-obj-y) libqemuutil.a libqemustub.a ifdef QEMU_GA_MSI_ENABLED QEMU_GA_MSI=qemu-ga-$(ARCH).msi -msi: ${QEMU_GA_MSI} +msi: $(QEMU_GA_MSI) $(QEMU_GA_MSI): qemu-ga.exe diff --git a/qga/installer/qemu-ga.wxs b/qga/installer/qemu-ga.wxs index 2c43f1b..4e917a9 100644 --- a/qga/installer/qemu-ga.wxs +++ b/qga/installer/qemu-ga.wxs @@ -126,7 +126,8 @@ Property="cmd" Impersonate="no" Return="check" - > + > + -- 1.9.1