From: Michael Roth Date: Wed, 26 Aug 2015 22:05:01 +0000 (-0500) Subject: Makefile: qemu-ga: fix msi target error message X-Git-Tag: v2.5.0-rc0~162^2 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=15b19ed85fb5464b736ef0ece1edce194de2194a;p=qemu-xen-unstable.git Makefile: qemu-ga: fix msi target error message 'msi' target reports error if we attempt to use it when QEMU hasn't been ./configure'd to enable it. The parenthesis cause an interpreter error if we don't enclose the error in quotes. Reviewed-by: Marc-André Lureau Signed-off-by: Michael Roth --- diff --git a/Makefile b/Makefile index dbdeb47586..9ce3972d84 100644 --- a/Makefile +++ b/Makefile @@ -310,7 +310,7 @@ $(QEMU_GA_MSI): $(SRC_PATH)/qga/installer/qemu-ga.wxs wixl -o $@ $(QEMU_GA_MSI_ARCH) $(QEMU_GA_MSI_WITH_VSS) $(QEMU_GA_MSI_MINGW_DLL_PATH) $<, " WIXL $@") else msi: - @echo MSI build not configured or dependency resolution failed (reconfigure with --enable-guest-agent-msi option) + @echo "MSI build not configured or dependency resolution failed (reconfigure with --enable-guest-agent-msi option)" endif clean: