diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2010-11-01 18:09:38 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2010-11-01 18:09:38 +0000 |
commit | e14056ad0573282513f15081be0ce9dc51e09426 (patch) | |
tree | 6dbd083aaa051f33525b8a0a4e3ccb1c8eaae85e /Makefile | |
parent | 2d8418ba8a3ab976fd7f9749f24aab8408643a02 (diff) | |
download | qemu-e14056ad0573282513f15081be0ce9dc51e09426.zip |
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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)) |