Makefile: qemu-ga: fix msi target error message
commit15b19ed85fb5464b736ef0ece1edce194de2194a
authorMichael Roth <mdroth@linux.vnet.ibm.com>
Wed, 26 Aug 2015 22:05:01 +0000 (26 17:05 -0500)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Tue, 1 Sep 2015 18:16:26 +0000 (1 13:16 -0500)
tree239eee827c9258cfb41dd00682ed8af72683947c
parentf33ca81f134a4f528117aafe11bfbd09f8c7fcfc
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 <marcandre.lureau@redhat.com>
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
Makefile