]> git.proxmox.com Git - mirror_qemu.git/commitdiff
Fix out of tree build
authorBlue Swirl <blauwirbel@gmail.com>
Mon, 1 Nov 2010 18:09:38 +0000 (18:09 +0000)
committerBlue Swirl <blauwirbel@gmail.com>
Mon, 1 Nov 2010 18:09:38 +0000 (18:09 +0000)
df2943ba3c73ca21dbda063f15fa3e80064af864 broke out of tree build.

Fix breakage by adding $(SRC_PATH).

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Makefile

index ec8a6bce009a2be94dfa1c2262ce50d780b3e84b..02698e976cae22cca68d0a931dbb7205f794eae1 100644 (file)
--- 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))