aboutsummaryrefslogtreecommitdiffstats
path: root/tools/Rules.mk
diff options
context:
space:
mode:
authorRoger Pau Monne <roger.pau@citrix.com>2012-07-25 17:39:18 +0100
committerRoger Pau Monne <roger.pau@citrix.com>2012-07-25 17:39:18 +0100
commitf0281d6a7ac52c0d4e90f4186c6dd42dcddb893f (patch)
tree0c3ccfb696a6e2da6958ed2dcd0fe49d76976723 /tools/Rules.mk
parent5033f9553c8378a72f6aa725dc24ee835bf92dce (diff)
downloadxen-f0281d6a7ac52c0d4e90f4186c6dd42dcddb893f.tar.gz
xen-f0281d6a7ac52c0d4e90f4186c6dd42dcddb893f.tar.bz2
xen-f0281d6a7ac52c0d4e90f4186c6dd42dcddb893f.zip
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 <roger.pau@citrix.com> Acked-by: Ian Campbell <ian.campbell@citrix.com> Committed-by: Ian Campbell <ian.campbell@citrix.com>
Diffstat (limited to 'tools/Rules.mk')
-rw-r--r--tools/Rules.mk2
1 files changed, 1 insertions, 1 deletions
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