From 7ac3a03d8b7f03071b3d1c8bf522270392360439 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Wed, 24 Sep 2008 12:47:33 +0100 Subject: Fix direct use of 'make' -> $(MAKE) Signed-off-by: Christoph Egger --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index cf221adae5..2b724bb065 100644 --- a/Makefile +++ b/Makefile @@ -79,7 +79,7 @@ ifeq (x86_64,$(XEN_TARGET_ARCH)) endif tools/ioemu-dir: - make -C tools ioemu-dir-find + $(MAKE) -C tools ioemu-dir-find .PHONY: install-docs install-docs: -- cgit v1.2.3