aboutsummaryrefslogtreecommitdiffstats
path: root/tools/Makefile
diff options
context:
space:
mode:
authorChristoph Egger <Christoph.Egger@amd.com>2012-02-13 18:17:28 +0000
committerChristoph Egger <Christoph.Egger@amd.com>2012-02-13 18:17:28 +0000
commit6cbfdb76dd570f021018d7f438f06ceb6bd520a7 (patch)
tree7db9e2e819c990b7441bf141ae8f40eb83c920d8 /tools/Makefile
parent31c1a7e0ccd811466de1b8ce42864eb41d4b3d21 (diff)
downloadxen-6cbfdb76dd570f021018d7f438f06ceb6bd520a7.tar.gz
xen-6cbfdb76dd570f021018d7f438f06ceb6bd520a7.tar.bz2
xen-6cbfdb76dd570f021018d7f438f06ceb6bd520a7.zip
tools: make qemu build use correct PYTHON version
Pass --python=$(PYTHON) to qemu's configure. Fixes error: Python not found. Use --python=/path/to/python Signed-off-by: Christoph Egger <Christoph.Egger@amd.com> Acked-by: Ian Jackson <ian.jackson@eu.citrix.com> Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/Makefile b/tools/Makefile
index 54522f44f2..3361ef5020 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -155,6 +155,7 @@ subdir-all-qemu-xen-dir subdir-install-qemu-xen-dir: qemu-xen-dir-find
-L$(XEN_ROOT)/tools/xenstore" \
--bindir=$(LIBEXEC) \
--disable-kvm \
+ --python=$(PYTHON) \
$(IOEMU_CONFIGURE_CROSS); \
$(MAKE) install