aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authoriap10@labyrinth.cl.cam.ac.uk <iap10@labyrinth.cl.cam.ac.uk>2004-11-04 22:22:17 +0000
committeriap10@labyrinth.cl.cam.ac.uk <iap10@labyrinth.cl.cam.ac.uk>2004-11-04 22:22:17 +0000
commitdcc2db503ea5d91788fc156d27c49b3407022d47 (patch)
treeb5ce6235b0d8807ef5aa48c80a0b42caea360f50 /Makefile
parentf7bb3b343d11f552eeb7014be66178e9bbae73b9 (diff)
downloadxen-dcc2db503ea5d91788fc156d27c49b3407022d47.tar.gz
xen-dcc2db503ea5d91788fc156d27c49b3407022d47.tar.bz2
xen-dcc2db503ea5d91788fc156d27c49b3407022d47.zip
bitkeeper revision 1.1159.1.379 (418aab99Wn-Nf0rQewcMcjxDyG3ZXg)
trivial cleanup
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ef17e6880f..98fb85c43d 100644
--- a/Makefile
+++ b/Makefile
@@ -28,7 +28,7 @@ dist: xen tools kernels docs
install -m0644 ./README $(DIST_DIR)
install -m0755 ./install.sh $(DIST_DIR)
mkdir -p $(DIST_DIR)/check
- cp tools/check/chk /tools/check/check_* $(DIST_DIR)/check
+ install -m0755 tools/check/chk tools/check/check_* $(DIST_DIR)/check
# install everything into the standard system directories
# NB: install explicitly does not check that everything is up to date!