aboutsummaryrefslogtreecommitdiffstats
path: root/tools/Makefile
diff options
context:
space:
mode:
authorEgger Christoph <chegger@amazon.de>2013-04-22 13:47:42 +0200
committerIan Campbell <ian.campbell@citrix.com>2013-04-24 12:44:53 +0100
commit0a97f6856d0594b7a95ffce4964d868bd93412dd (patch)
tree488c28d5f1d8508b65a4091afa05494f5fd7e306 /tools/Makefile
parentf5de6ffdff7ae3c1eed09fcd8c5f1d7c9229bafb (diff)
downloadxen-0a97f6856d0594b7a95ffce4964d868bd93412dd.tar.gz
xen-0a97f6856d0594b7a95ffce4964d868bd93412dd.tar.bz2
xen-0a97f6856d0594b7a95ffce4964d868bd93412dd.zip
install qemu into the location specified via configure --prefix.
Install qemu into the location specified via configure --prefix. You will notice when you use something else than /usr/local. Signed-off-by: Christoph Egger <chegger@amazon.de> Acked-by: Ian Campbell <ian.campbell@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 8a30c83564..e44a3e9227 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -188,6 +188,7 @@ subdir-all-qemu-xen-dir: qemu-xen-dir-find
fi; \
cd qemu-xen-dir; \
$$source/configure --enable-xen --target-list=i386-softmmu \
+ --prefix=$(PREFIX) \
--source-path=$$source \
--extra-cflags="-I$(XEN_ROOT)/tools/include \
-I$(XEN_ROOT)/tools/libxc \