aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>2004-03-15 15:00:49 +0000
committerkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>2004-03-15 15:00:49 +0000
commit52a8efe1a7bd2e9896d7769347eb3611e36e5052 (patch)
treee951c36a1a6f85ca8f42b477355682e57c372e31 /Makefile
parent74851d00abd8170a7b8482f7075ea3f6ea7c49b6 (diff)
downloadxen-52a8efe1a7bd2e9896d7769347eb3611e36e5052.tar.gz
xen-52a8efe1a7bd2e9896d7769347eb3611e36e5052.tar.bz2
xen-52a8efe1a7bd2e9896d7769347eb3611e36e5052.zip
bitkeeper revision 1.797 (4055c521Ophk9zIrp59mxPKyKg_0MA)
Makefile: Rationalise makefiles by folding dist option into install with a prefined prefix.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index bd7895a958..f1943310e0 100644
--- a/Makefile
+++ b/Makefile
@@ -19,8 +19,8 @@ install: all
$(MAKE) -C tools install
dist: all
- $(MAKE) -C xen dist
- $(MAKE) -C tools dist
+ $(MAKE) prefix=`pwd`/../install -C xen install
+ $(MAKE) prefix=`pwd`/../install -C tools install
clean:
$(MAKE) -C xen clean