aboutsummaryrefslogtreecommitdiffstats
path: root/tools/Makefile
diff options
context:
space:
mode:
authorEwan Mellor <ewan@xensource.com>2006-12-15 09:39:26 +0000
committerEwan Mellor <ewan@xensource.com>2006-12-15 09:39:26 +0000
commitdc1408eb4fc39fd91b9abd7456a5685b3ddbaef9 (patch)
treecd0b8711242b513ec78d947bbecefdef92728d9f /tools/Makefile
parent805c949b3493fcff6447f6bc797354510c53ca96 (diff)
downloadxen-dc1408eb4fc39fd91b9abd7456a5685b3ddbaef9.tar.gz
xen-dc1408eb4fc39fd91b9abd7456a5685b3ddbaef9.tar.bz2
xen-dc1408eb4fc39fd91b9abd7456a5685b3ddbaef9.zip
Revert Makefile changes from 13023:70155087efe89 -- they break make dist.
Signed-off-by: Ewan Mellor <ewan@xensource.com>
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/tools/Makefile b/tools/Makefile
index 8cc4e1cd31..b4156fc904 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -36,7 +36,7 @@ all: check
$(MAKE) ioemu
.PHONY: install
-install: check_install
+install: check
@set -e; for subdir in $(SUBDIRS-y); do \
$(MAKE) -C $$subdir $@; \
done
@@ -58,10 +58,6 @@ distclean: clean
check:
$(MAKE) -C check
-.PHONY: check_install
-check_install: check
- $(MAKE) -C check install
-
.PHONY: check_clean
check_clean:
$(MAKE) -C check clean