From: Stefan Weil Date: Thu, 18 Jun 2009 21:04:15 +0000 (+0200) Subject: Win: Install keymaps for Windows, too (needed for VNC). X-Git-Tag: v0.11.0-rc0~295 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8c01c95aa72a1b31ec2f70f93eb513e730b922fd;p=thirdparty%2Fqemu.git Win: Install keymaps for Windows, too (needed for VNC). Signed-off-by: Stefan Weil Signed-off-by: Anthony Liguori --- diff --git a/Makefile b/Makefile index a19950c1c0a..a06c9bfc22c 100644 --- a/Makefile +++ b/Makefile @@ -306,12 +306,10 @@ ifneq ($(BLOBS),) $(INSTALL_DATA) $(SRC_PATH)/pc-bios/$$x "$(DESTDIR)$(datadir)"; \ done endif -ifndef CONFIG_WIN32 $(INSTALL_DIR) "$(DESTDIR)$(datadir)/keymaps" set -e; for x in $(KEYMAPS); do \ $(INSTALL_DATA) $(SRC_PATH)/pc-bios/keymaps/$$x "$(DESTDIR)$(datadir)/keymaps"; \ done -endif for d in $(TARGET_DIRS); do \ $(MAKE) -C $$d $@ || exit 1 ; \ done