From: Bruce Rogers Date: Mon, 19 Oct 2020 15:05:15 -0600 Subject: Makefile: Don't check pc-bios as pre-requisite for config-host.mak This check isn't needed when we know this is a fresh build, which of course it is when we are building the qemu packages. Signed-off-by: Bruce Rogers --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 76dbb917f5cd3085ad93cb634c14..2e4808da4de018be61545ec681e3 100644 --- a/Makefile +++ b/Makefile @@ -105,7 +105,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)/pc-bios $(SRC_PATH)/VERSION +config-host.mak: $(SRC_PATH)/configure $(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; \