aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xenstat
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-03-25 09:49:03 +0000
committerKeir Fraser <keir.fraser@citrix.com>2008-03-25 09:49:03 +0000
commit166a028ffee5c632b6c1cb8e512bbd789726f5cd (patch)
treee5e6633d8f856f0bf1d916ebef8dac17e5b84100 /tools/xenstat
parent17e84f77fd29748bf92398489c6055114521ce7d (diff)
downloadxen-166a028ffee5c632b6c1cb8e512bbd789726f5cd.tar.gz
xen-166a028ffee5c632b6c1cb8e512bbd789726f5cd.tar.bz2
xen-166a028ffee5c632b6c1cb8e512bbd789726f5cd.zip
tools/xenstat build: Use generic subdirs rules.
Signed-off-by: Bastian Blank <waldi@debian.org>
Diffstat (limited to 'tools/xenstat')
-rw-r--r--tools/xenstat/Makefile5
1 files changed, 1 insertions, 4 deletions
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-%