aboutsummaryrefslogtreecommitdiffstats
path: root/buildconfigs/Rules.mk
diff options
context:
space:
mode:
authoriap10@tetris.cl.cam.ac.uk <iap10@tetris.cl.cam.ac.uk>2005-01-25 15:37:49 +0000
committeriap10@tetris.cl.cam.ac.uk <iap10@tetris.cl.cam.ac.uk>2005-01-25 15:37:49 +0000
commit201fb48f0920e7d9cfd7d84ad03d85a23ef92fdd (patch)
tree3637ff3adcc6b26dfadec37355be2ee3b03fc5f2 /buildconfigs/Rules.mk
parentfe59039ac0b2d2bf8bcc2d4718e2461817544aeb (diff)
downloadxen-201fb48f0920e7d9cfd7d84ad03d85a23ef92fdd.tar.gz
xen-201fb48f0920e7d9cfd7d84ad03d85a23ef92fdd.tar.bz2
xen-201fb48f0920e7d9cfd7d84ad03d85a23ef92fdd.zip
bitkeeper revision 1.1159.223.38 (41f667cdBlErg8MU1cuAekL1VC008w)
More fixes to the build system further to earlier patch. Signed-off-by: ian.pratt@cl.cam.ac.uk
Diffstat (limited to 'buildconfigs/Rules.mk')
-rw-r--r--buildconfigs/Rules.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/buildconfigs/Rules.mk b/buildconfigs/Rules.mk
index e2bd054473..cdb6b096e2 100644
--- a/buildconfigs/Rules.mk
+++ b/buildconfigs/Rules.mk
@@ -1,8 +1,8 @@
# We expect these two to already be set if people
# are using the top-level Makefile
-DIST_DIR ?= $(shell pwd)/dist
-INSTALL_DIR ?= $(DIST_DIR)/install
+DISTDIR ?= $(CURDIR)/dist
+DESTDIR ?= $(DISTDIR)/install
.PHONY: mkpatches mrproper