From: Marc-André Lureau Date: Wed, 26 Aug 2020 13:06:22 +0000 (+0400) Subject: build-sys: remove install target from Makefile X-Git-Tag: v5.2.0-rc0~144^2~17 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=771f0fb8c59a0d229909b92cd8ce0284de2f2325;p=thirdparty%2Fqemu.git build-sys: remove install target from Makefile Now covered by meson Signed-off-by: Marc-André Lureau Message-Id: <20200826130622.553318-7-marcandre.lureau@redhat.com> Signed-off-by: Paolo Bonzini --- diff --git a/Makefile b/Makefile index 9a9e7c03018..75db8be52ec 100644 --- a/Makefile +++ b/Makefile @@ -229,13 +229,8 @@ distclean: clean ninja-distclean rm -f linux-headers/asm rm -Rf .sdk -install-datadir: - $(INSTALL_DIR) "$(DESTDIR)$(qemu_datadir)" - # Needed by "meson install" export DESTDIR -install: all install-datadir - $(INSTALL_DIR) "$(DESTDIR)$(qemu_datadir)/keymaps" ifdef CONFIG_WIN32