Fix direct use of 'make' -> $(MAKE)
authorKeir Fraser <keir.fraser@citrix.com>
Wed, 24 Sep 2008 11:47:33 +0000 (12:47 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Wed, 24 Sep 2008 11:47:33 +0000 (12:47 +0100)
Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>
Makefile

index cf221adae58b21637c41aaed65a14291a387e5d1..2b724bb0659ff6f1b6d197199dc8a5cab04b74c1 100644 (file)
--- 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: