# HG changeset patch # User Keir Fraser # Date 1222256853 -3600 # Node ID b53b02976633c20ff5c462cf109d9a3f41cbc2ce # Parent 31f09a5e24cf8eb8a9d73acc6c23262fe9d463d7 Fix direct use of 'make' -> $(MAKE) Signed-off-by: Christoph Egger diff -r 31f09a5e24cf -r b53b02976633 Makefile --- a/Makefile Wed Sep 24 12:36:55 2008 +0100 +++ b/Makefile Wed Sep 24 12:47:33 2008 +0100 @@ -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: