summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2020-08-26 17:06:22 +0400
committerPaolo Bonzini <pbonzini@redhat.com>2020-09-01 01:51:53 -0400
commit771f0fb8c59a0d229909b92cd8ce0284de2f2325 (patch)
treea1cf6f1ae93120483c4a1d2753dbf5cccf9040cb
parent8ab1aabc5d33a09ceee1adc1148f62cbb16cb43d (diff)
downloadfocaccia-qemu-771f0fb8c59a0d229909b92cd8ce0284de2f2325.tar.gz
focaccia-qemu-771f0fb8c59a0d229909b92cd8ce0284de2f2325.zip
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>
-rw-r--r--Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 9a9e7c0301..75db8be52e 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