aboutsummaryrefslogtreecommitdiffstats
path: root/tools/Makefile
diff options
context:
space:
mode:
authoriap10@labyrinth.cl.cam.ac.uk <iap10@labyrinth.cl.cam.ac.uk>2004-11-01 18:36:02 +0000
committeriap10@labyrinth.cl.cam.ac.uk <iap10@labyrinth.cl.cam.ac.uk>2004-11-01 18:36:02 +0000
commit1d125bb68d8afd247eff200404441f3feddf90f7 (patch)
tree30c6fcedeb89f7c9c099c7ac6ed8e636dcb919eb /tools/Makefile
parent18c450319a2855c89bc12cf087de87264f1014ce (diff)
downloadxen-1d125bb68d8afd247eff200404441f3feddf90f7.tar.gz
xen-1d125bb68d8afd247eff200404441f3feddf90f7.tar.bz2
xen-1d125bb68d8afd247eff200404441f3feddf90f7.zip
bitkeeper revision 1.1159.142.9 (41868212HJLlpN1lDwN7zKigin-5tA)
Minor Makefile fixes
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile
index 527edab8ba..6c9855bed7 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -9,7 +9,10 @@ all:
$(MAKE) -C python
$(MAKE) -C xfrd
-install: all
+install:
+ifneq ($(dist),yes)
+ $(MAKE) -C check install
+endif
$(MAKE) -C libxutil install
$(MAKE) -C libxc install
$(MAKE) -C misc install