summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBlue Swirl <blauwirbel@gmail.com>2010-11-01 18:09:38 +0000
committerBlue Swirl <blauwirbel@gmail.com>2010-11-01 18:09:38 +0000
commite14056ad0573282513f15081be0ce9dc51e09426 (patch)
tree6dbd083aaa051f33525b8a0a4e3ccb1c8eaae85e /Makefile
parent2d8418ba8a3ab976fd7f9749f24aab8408643a02 (diff)
downloadqemu-e14056ad0573282513f15081be0ce9dc51e09426.tar.gz
Fix out of tree build
df2943ba3c73ca21dbda063f15fa3e80064af864 broke out of tree build. Fix breakage by adding $(SRC_PATH). Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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))