aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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-%