There is no point in generating and copying the optionsrom each time qemu is build. It's a maintenance task given that we carry them as binaries already. And that task could also be triggered explicitly via 'make roms'. Solves the mingw32 build breakage, too. Signed-off-by: Jan Kiszka --- Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile b/Makefile index 66c28e5..43baa8b 100644 --- a/Makefile +++ b/Makefile @@ -44,7 +44,7 @@ ifdef CONFIG_WIN32 LIBS+=-lwinmm -lws2_32 -liphlpapi endif -build-all: $(TOOLS) $(DOCS) roms recurse-all +build-all: $(TOOLS) $(DOCS) recurse-all config-host.mak: configure ifneq ($(wildcard config-host.mak),)