qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 02/26] qemu-ga: Two MSI related cosmetic changes


From: Michael Roth
Subject: [Qemu-devel] [PATCH 02/26] qemu-ga: Two MSI related cosmetic changes
Date: Tue, 1 Sep 2015 13:38:39 -0500

From: Leonid Bloch <address@hidden>

Signed-off-by: Leonid Bloch <address@hidden>
Signed-off-by: Michael Roth <address@hidden>
---
 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"
-              ></CustomAction>
+              >
+    </CustomAction>
     <?endif?>
 
     <Feature Id="QEMUFeature" Title="QEMU Guest Agent" Level="1">
-- 
1.9.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]