diff options
author | Stefan Weil | 2016-10-20 21:36:32 +0200 |
---|---|---|
committer | Michael Tokarev | 2016-10-28 17:17:23 +0200 |
commit | 6bd67f8968e3e4ef4190e02ff6c38c4db5557984 (patch) | |
tree | 788eea7047c2899bf738a1d6d31acc5d6aeb6c83 /Makefile | |
parent | s390: avoid always-true comparison in s390_pci_generate_fid() (diff) | |
download | qemu-6bd67f8968e3e4ef4190e02ff6c38c4db5557984.tar.gz qemu-6bd67f8968e3e4ef4190e02ff6c38c4db5557984.tar.xz qemu-6bd67f8968e3e4ef4190e02ff6c38c4db5557984.zip |
Makefile: Fix help text for target 'installer'
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>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |