aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoriap10@freefall.cl.cam.ac.uk <iap10@freefall.cl.cam.ac.uk>2005-01-25 13:08:13 +0000
committeriap10@freefall.cl.cam.ac.uk <iap10@freefall.cl.cam.ac.uk>2005-01-25 13:08:13 +0000
commit05dec242c352a08f908d713396f11327eccf9549 (patch)
tree481d3a11290770b06d1600df9b73c9f9a82653ea
parentb62201e6afb9451a9b44560223894b390574b780 (diff)
downloadxen-05dec242c352a08f908d713396f11327eccf9549.tar.gz
xen-05dec242c352a08f908d713396f11327eccf9549.tar.bz2
xen-05dec242c352a08f908d713396f11327eccf9549.zip
bitkeeper revision 1.1159.229.2 (41f644bdEYN9P3oj15IyKySMNPk1yg)
Fix "make dist" target in tools directory. Signed-off-by: michael.fetterman@cl.cam.ac.uk Signed-off-by: ian.pratt@cl.cam.ac.uk
-rw-r--r--tools/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile
index a05c196d37..722f9d9f7d 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -23,7 +23,7 @@ endif
$(MAKE) -C sv install
dist: $(TARGET)
- $(MAKE) prefix=$(CURDIR)/../../install dist=yes install
+ $(MAKE) prefix=$(CURDIR)/../dist/install dist=yes install
clean: