From 57f45b6207a65d96ee4913f33f1ec46cd32a083a Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Thu, 27 Feb 2014 21:28:03 +0100 Subject: 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 --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a28a3c8d49..a0dafbf040 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-%: -- cgit v1.2.1