diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2020-08-26 17:06:22 +0400 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2020-09-01 01:51:53 -0400 |
commit | 771f0fb8c59a0d229909b92cd8ce0284de2f2325 (patch) | |
tree | a1cf6f1ae93120483c4a1d2753dbf5cccf9040cb /Makefile | |
parent | 8ab1aabc5d33a09ceee1adc1148f62cbb16cb43d (diff) |
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>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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 |