Makefile: install gtk message catalogs if CONFIG_GTK=y too, not only =m
authorMichael Tokarev <mjt@tls.msk.ru>
Mon, 16 Apr 2018 09:37:19 +0000 (12:37 +0300)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 16 Apr 2018 15:25:24 +0000 (16:25 +0100)
Fixes 722cd7496474cebb2218f21e038592fad8603365

Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-id: 20180416093719.2543-1-mjt@msgid.tls.msk.ru
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Makefile

index 727ef118f3d9dc737a8d9090e3520c043406f3a2..d71dd5bea41667edb8a4f44261a23fcccd2e96a1 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -856,7 +856,7 @@ ifneq ($(BLOBS),)
                $(INSTALL_DATA) $(SRC_PATH)/pc-bios/$$x "$(DESTDIR)$(qemu_datadir)"; \
        done
 endif
-ifeq ($(CONFIG_GTK),m)
+ifdef CONFIG_GTK
        $(MAKE) -C po $@
 endif
        $(INSTALL_DIR) "$(DESTDIR)$(qemu_datadir)/keymaps"