build-sys: remove install target from Makefile
Now covered by meson Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Message-Id: <20200826130622.553318-7-marcandre.lureau@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
8ab1aabc5d
commit
771f0fb8c5
5
Makefile
5
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
|
||||
|
||||
|
|
Loading…
Reference in New Issue