aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-09-24 12:47:33 +0100
committerKeir Fraser <keir.fraser@citrix.com>2008-09-24 12:47:33 +0100
commit7ac3a03d8b7f03071b3d1c8bf522270392360439 (patch)
tree17bae141a6e6075dd3b924542614d282116e75a2 /Makefile
parentbf89912fc4c0050a1e0b594fa46a218888fa473c (diff)
downloadxen-7ac3a03d8b7f03071b3d1c8bf522270392360439.tar.gz
xen-7ac3a03d8b7f03071b3d1c8bf522270392360439.tar.bz2
xen-7ac3a03d8b7f03071b3d1c8bf522270392360439.zip
Fix direct use of 'make' -> $(MAKE)
Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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: