diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2022-05-13 18:06:29 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2022-05-14 12:33:44 +0200 |
commit | 40b3ea76425435ee18395d619e4b3f8f652e25b0 (patch) | |
tree | c4e4429320c541bd3988e93243f003755a0678ad | |
parent | 039a68373c4544ff94871f945a733928b6dcfe93 (diff) | |
download | qemu-40b3ea76425435ee18395d619e4b3f8f652e25b0.zip qemu-40b3ea76425435ee18395d619e4b3f8f652e25b0.tar.gz qemu-40b3ea76425435ee18395d619e4b3f8f652e25b0.tar.bz2 |
build: remove useless dependency
qemu-plugins.symbols is now processed in Meson.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
-rw-r--r-- | Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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,\ |