From: Keir Fraser Date: Tue, 25 Mar 2008 09:49:03 +0000 (+0000) Subject: tools/xenstat build: Use generic subdirs rules. X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~14240^2~16 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=166a028ffee5c632b6c1cb8e512bbd789726f5cd;p=xen.git tools/xenstat build: Use generic subdirs rules. Signed-off-by: Bastian Blank --- 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-%