ia64/xen-unstable
changeset 13053:c3425346188c
Revert Makefile changes from 13023:70155087efe89 -- they break make dist.
Signed-off-by: Ewan Mellor <ewan@xensource.com>
Signed-off-by: Ewan Mellor <ewan@xensource.com>
author | Ewan Mellor <ewan@xensource.com> |
---|---|
date | Fri Dec 15 09:39:26 2006 +0000 (2006-12-15) |
parents | 00199ed97fab |
children | 2732b6ab217b |
files | tools/Makefile |
line diff
1.1 --- a/tools/Makefile Fri Dec 15 09:38:56 2006 +0000 1.2 +++ b/tools/Makefile Fri Dec 15 09:39:26 2006 +0000 1.3 @@ -36,7 +36,7 @@ all: check 1.4 $(MAKE) ioemu 1.5 1.6 .PHONY: install 1.7 -install: check_install 1.8 +install: check 1.9 @set -e; for subdir in $(SUBDIRS-y); do \ 1.10 $(MAKE) -C $$subdir $@; \ 1.11 done 1.12 @@ -58,10 +58,6 @@ distclean: clean 1.13 check: 1.14 $(MAKE) -C check 1.15 1.16 -.PHONY: check_install 1.17 -check_install: check 1.18 - $(MAKE) -C check install 1.19 - 1.20 .PHONY: check_clean 1.21 check_clean: 1.22 $(MAKE) -C check clean