]> xenbits.xensource.com Git - xentesttools/bootstrap.git/commitdiff
Makfile: Xen configure by defualt sets the prefix to /usr/local.
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Fri, 14 Jun 2013 16:08:06 +0000 (12:08 -0400)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Fri, 14 Jun 2013 16:08:06 +0000 (12:08 -0400)
We want /usr.

Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Makefile

index 7fcdd67fee4dd673c3638ec789766ad3e9fcad42..7bec8a5f1e34a01785ae43667742fc3007933991 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -170,7 +170,7 @@ xen-DISTRIB_TARGET = dist/common/xen.gz
 xen-dist-nodep:
        if [ -e xen/tools/configure ]; then \
                if ! [ -e xen/tools/config.h ]; \
-                       then (cd xen;./configure); \
+                       then (cd xen;./configure --prefix=/usr); \
                fi; \
        fi
 ifeq ($(ARCH),i386)