]> git.proxmox.com Git - mirror_qemu.git/commitdiff
build: remove useless dependency
authorPaolo Bonzini <pbonzini@redhat.com>
Fri, 13 May 2022 16:06:29 +0000 (18:06 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Sat, 14 May 2022 10:33:44 +0000 (12:33 +0200)
qemu-plugins.symbols is now processed in Meson.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Makefile

index e5fd1ebdf6199c4cb15780e90236c35eefd30ba0..b842dbccdb13a7307243ec52c76fbf61ca375b62 100644 (file)
--- 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,\