summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAkihiko Odaki2022-06-24 17:02:58 +0200
committerPaolo Bonzini2022-07-08 11:03:36 +0200
commit7e270af22474b0834919d8726296fde7ae771007 (patch)
tree04df13749fd3a1b6b2d1527aa117cbbb413432fa /Makefile
parentaccel: kvm: Fix memory leak in find_stats_descriptors (diff)
downloadqemu-7e270af22474b0834919d8726296fde7ae771007.tar.gz
qemu-7e270af22474b0834919d8726296fde7ae771007.tar.xz
qemu-7e270af22474b0834919d8726296fde7ae771007.zip
build: Do not depend on pc-bios for config-host.mak
Commit 45f1eecdd63f9e4fa93fef01dd826e7706ac6d7b removed the dependency from configure to pc-bios Signed-off-by: Akihiko Odaki <akihiko.odaki@gmail.com> Message-Id: <20220624150258.50449-1-akihiko.odaki@gmail.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ec4445db9a..b4feda93c8 100644
--- a/Makefile
+++ b/Makefile
@@ -87,7 +87,7 @@ x := $(shell rm -rf meson-private meson-info meson-logs)
endif
# 1. ensure config-host.mak is up-to-date
-config-host.mak: $(SRC_PATH)/configure $(SRC_PATH)/scripts/meson-buildoptions.sh $(SRC_PATH)/pc-bios $(SRC_PATH)/VERSION
+config-host.mak: $(SRC_PATH)/configure $(SRC_PATH)/scripts/meson-buildoptions.sh $(SRC_PATH)/VERSION
@echo config-host.mak is out-of-date, running configure
@if test -f meson-private/coredata.dat; then \
./config.status --skip-meson; \