aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libfsimage
diff options
context:
space:
mode:
Diffstat (limited to 'tools/libfsimage')
-rw-r--r--tools/libfsimage/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/tools/libfsimage/Makefile b/tools/libfsimage/Makefile
index fd40686201..6e97308c8b 100644
--- a/tools/libfsimage/Makefile
+++ b/tools/libfsimage/Makefile
@@ -4,10 +4,7 @@ include $(XEN_ROOT)/tools/Rules.mk
SUBDIRS-y = common ufs reiserfs iso9660 fat
SUBDIRS-y += $(shell env CC="$(CC)" ./check-libext2fs)
-.PHONY: all
-all install clean:
- @set -e; for subdir in $(SUBDIRS-y); do \
- $(MAKE) -C $$subdir $@; \
- done
+.PHONE: all clean install
+all clean install: %: subdirs-%
distclean: clean