]> xenbits.xensource.com Git - people/iwj/xen.git/commitdiff
install qemu into the location specified via configure --prefix.
authorEgger Christoph <chegger@amazon.de>
Mon, 22 Apr 2013 11:47:42 +0000 (13:47 +0200)
committerIan Campbell <ian.campbell@citrix.com>
Wed, 24 Apr 2013 11:44:53 +0000 (12:44 +0100)
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>
tools/Makefile

index 8a30c83564e48c05173fa2946773c5fef1c6967d..e44a3e9227a3da2ea9a367603654f229a141aaae 100644 (file)
@@ -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 \