From e14056ad0573282513f15081be0ce9dc51e09426 Mon Sep 17 00:00:00 2001 From: Blue Swirl Date: Mon, 1 Nov 2010 18:09:38 +0000 Subject: [PATCH] Fix out of tree build df2943ba3c73ca21dbda063f15fa3e80064af864 broke out of tree build. Fix breakage by adding $(SRC_PATH). Signed-off-by: Blue Swirl --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ec8a6bce00..02698e976c 100644 --- a/Makefile +++ b/Makefile @@ -71,7 +71,7 @@ build-all: $(DOCS) $(TOOLS) recurse-all config-host.h: config-host.h-timestamp config-host.h-timestamp: config-host.mak -qemu-options.def: qemu-options.hx +qemu-options.def: $(SRC_PATH)/qemu-options.hx $(call quiet-command,sh $(SRC_PATH)/hxtool -h < $< > $@," GEN $@") SUBDIR_RULES=$(patsubst %,subdir-%, $(TARGET_DIRS))