From: Stefan Weil Date: Thu, 27 Feb 2014 20:28:03 +0000 (+0100) Subject: Makefile: Add missing dependency for system emulation (fix build) X-Git-Tag: v2.0.0-rc0~49 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=57f45b6207a65d96ee4913f33f1ec46cd32a083a;p=thirdparty%2Fqemu.git Makefile: Add missing dependency for system emulation (fix build) Comment from Makefile.objs: The system emulation needs this dependency (which was missing in Makefile), otherwise builds without tools (or massive parallel builds) fail. Signed-off-by: Stefan Weil Reviewed-by: Paolo Bonzini Signed-off-by: Peter Maydell --- diff --git a/Makefile b/Makefile index a28a3c8d495..a0dafbf0403 100644 --- a/Makefile +++ b/Makefile @@ -159,6 +159,7 @@ qemu-options.def: $(SRC_PATH)/qemu-options.hx SUBDIR_RULES=$(patsubst %,subdir-%, $(TARGET_DIRS)) SOFTMMU_SUBDIR_RULES=$(filter %-softmmu,$(SUBDIR_RULES)) +$(SOFTMMU_SUBDIR_RULES): $(block-obj-y) $(SOFTMMU_SUBDIR_RULES): config-all-devices.mak subdir-%: