From: Egger Christoph Date: Mon, 22 Apr 2013 11:47:42 +0000 (+0200) Subject: install qemu into the location specified via configure --prefix. X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~6964 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=0a97f6856d0594b7a95ffce4964d868bd93412dd;p=xen.git 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 Acked-by: Ian Campbell --- 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 \