From: Keir Fraser Date: Wed, 24 Sep 2008 11:47:33 +0000 (+0100) Subject: Fix direct use of 'make' -> $(MAKE) X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~14101^2~27 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=7ac3a03d8b7f03071b3d1c8bf522270392360439;p=xen.git Fix direct use of 'make' -> $(MAKE) Signed-off-by: Christoph Egger --- 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: