From f0281d6a7ac52c0d4e90f4186c6dd42dcddb893f Mon Sep 17 00:00:00 2001 From: Roger Pau Monne Date: Wed, 25 Jul 2012 17:39:18 +0100 Subject: [PATCH] build: include Tools.mk first in tools/Rules.mk Tools.mk should be included first, or PREFIX is not honoured in the other conf/ files that define the paths of several tools. Signed-off-by: Roger Pau Monne Acked-by: Ian Campbell Committed-by: Ian Campbell --- tools/Rules.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/Rules.mk b/tools/Rules.mk index 1e928b7b22..2dd8ed3913 100644 --- a/tools/Rules.mk +++ b/tools/Rules.mk @@ -3,8 +3,8 @@ # `all' is the default target all: -include $(XEN_ROOT)/Config.mk -include $(XEN_ROOT)/config/Tools.mk +include $(XEN_ROOT)/Config.mk export _INSTALL := $(INSTALL) INSTALL = $(XEN_ROOT)/tools/cross-install -- 2.30.2