From: Blue Swirl Date: Mon, 1 Nov 2010 18:09:38 +0000 (+0000) Subject: Fix out of tree build X-Git-Tag: v0.14.0-rc0~498 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=e14056ad0573282513f15081be0ce9dc51e09426;p=qemu-xen-4.4-testing.git Fix out of tree build df2943ba3c73ca21dbda063f15fa3e80064af864 broke out of tree build. Fix breakage by adding $(SRC_PATH). Signed-off-by: Blue Swirl --- diff --git a/Makefile b/Makefile index ec8a6bce0..02698e976 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))