]> git.proxmox.com Git - mirror_qemu.git/commitdiff
Makefile: Fix help text for target 'installer'
authorStefan Weil <sw@weilnetz.de>
Thu, 20 Oct 2016 19:36:32 +0000 (21:36 +0200)
committerMichael Tokarev <mjt@tls.msk.ru>
Fri, 28 Oct 2016 15:17:23 +0000 (18:17 +0300)
The NSIS based installer currently does not install qemu-ga.
It installs the executables and other files for the QEMU system emulation.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
Reviewed-by: Michael Roth <mdroth@linux.vnet.ibm.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Makefile

index 3bcb0565b60abb8b8b7af3a290773969151e8955..69595ad8b843b4a276a61c4a124a25ef23595eef 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -695,7 +695,7 @@ help:
        @echo  ''
 ifdef CONFIG_WIN32
        @echo  'Windows targets:'
-       @echo  '  installer       - Build NSIS-based installer for qemu-ga'
+       @echo  '  installer       - Build NSIS-based installer for QEMU'
 ifdef QEMU_GA_MSI_ENABLED
        @echo  '  msi             - Build MSI-based installer for qemu-ga'
 endif