summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPaolo Bonzini2022-05-13 18:06:29 +0200
committerPaolo Bonzini2022-05-14 12:33:44 +0200
commit40b3ea76425435ee18395d619e4b3f8f652e25b0 (patch)
treec4e4429320c541bd3988e93243f003755a0678ad /Makefile
parentintroduce -audio as a replacement for -soundhw (diff)
downloadqemu-40b3ea76425435ee18395d619e4b3f8f652e25b0.tar.gz
qemu-40b3ea76425435ee18395d619e4b3f8f652e25b0.tar.xz
qemu-40b3ea76425435ee18395d619e4b3f8f652e25b0.zip
build: remove useless dependency
qemu-plugins.symbols is now processed in Meson. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index e5fd1ebdf6..b842dbccdb 100644
--- a/Makefile
+++ b/Makefile
@@ -165,10 +165,7 @@ ifneq ($(filter $(ninja-targets), $(ninja-cmd-goals)),)
endif
endif
-# Force configure to re-run if the API symbols are updated
ifeq ($(CONFIG_PLUGIN),y)
-config-host.mak: $(SRC_PATH)/plugins/qemu-plugins.symbols
-
.PHONY: plugins
plugins:
$(call quiet-command,\