aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-01-22 14:27:22 +0000
committerKeir Fraser <keir.fraser@citrix.com>2008-01-22 14:27:22 +0000
commit590e56fc113b8cbe3d4f0efe23b0690be1cb7bf1 (patch)
treed48873a8a00b967c6a105cf0c3a1d7c3b5e205d0 /config
parentc69b2fa1c4dc474091badc370616bcd262df3fd4 (diff)
downloadxen-590e56fc113b8cbe3d4f0efe23b0690be1cb7bf1.tar.gz
xen-590e56fc113b8cbe3d4f0efe23b0690be1cb7bf1.tar.bz2
xen-590e56fc113b8cbe3d4f0efe23b0690be1cb7bf1.zip
Add PREFIX definition as base for all installed files.
Signed-off-by: Bastian Blank <waldi@debian.org>
Diffstat (limited to 'config')
-rw-r--r--config/StdGNU.mk2
-rw-r--r--config/SunOS.mk2
2 files changed, 4 insertions, 0 deletions
diff --git a/config/StdGNU.mk b/config/StdGNU.mk
index 87225f180e..d493ba7170 100644
--- a/config/StdGNU.mk
+++ b/config/StdGNU.mk
@@ -17,6 +17,8 @@ INSTALL_DIR = $(INSTALL) -d -m0755 -p
INSTALL_DATA = $(INSTALL) -m0644 -p
INSTALL_PROG = $(INSTALL) -m0755 -p
+PREFIX ?= /usr
+
LIB64DIR = lib64
SOCKET_LIBS =
diff --git a/config/SunOS.mk b/config/SunOS.mk
index ec290346f2..e84e277761 100644
--- a/config/SunOS.mk
+++ b/config/SunOS.mk
@@ -18,6 +18,8 @@ INSTALL_DIR = $(INSTALL) -d -m0755 -p
INSTALL_DATA = $(INSTALL) -m0644 -p
INSTALL_PROG = $(INSTALL) -m0755 -p
+PREFIX ?= /usr
+
LIB64DIR = lib/amd64
SOCKET_LIBS = -lsocket