From 6ab58a7ed9cbcffe1f5235ad9626f0bc90bf9723 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Tue, 25 Mar 2008 10:17:22 +0000 Subject: tools build: Fix build after subdir rules cleanups. Signed-off-by: Keir Fraser --- tools/libfsimage/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tools/libfsimage') diff --git a/tools/libfsimage/Makefile b/tools/libfsimage/Makefile index 6e97308c8b..7dd3c4f0fb 100644 --- a/tools/libfsimage/Makefile +++ b/tools/libfsimage/Makefile @@ -4,7 +4,8 @@ include $(XEN_ROOT)/tools/Rules.mk SUBDIRS-y = common ufs reiserfs iso9660 fat SUBDIRS-y += $(shell env CC="$(CC)" ./check-libext2fs) -.PHONE: all clean install +.PHONY: all clean install all clean install: %: subdirs-% +.PHONY: distclean distclean: clean -- cgit v1.2.3