From 166a028ffee5c632b6c1cb8e512bbd789726f5cd Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Tue, 25 Mar 2008 09:49:03 +0000 Subject: tools/xenstat build: Use generic subdirs rules. Signed-off-by: Bastian Blank --- tools/xenstat/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'tools/xenstat') diff --git a/tools/xenstat/Makefile b/tools/xenstat/Makefile index 5fc3b52df5..c12e0a49de 100644 --- a/tools/xenstat/Makefile +++ b/tools/xenstat/Makefile @@ -13,7 +13,4 @@ endif .PHONY: all install clean -all install clean: - @set -e; for subdir in $(SUBDIRS); do \ - $(MAKE) -C $$subdir $@; \ - done +all install clean: %: subdirs-% -- cgit v1.2.3