summaryrefslogtreecommitdiffhomepage
path: root/Makefile.in
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2015-10-31 15:24:44 -0400
committermidipix <writeonce@midipix.org>2015-10-31 15:24:44 -0400
commited04a410c277827afa351f5e58e397f8ace211c8 (patch)
tree8f6b2a60a72b32574501d8d0f0d657bbfaf7f5ee /Makefile.in
parent4977e2f190ba6bae5ad00ff0c24958e9094225b3 (diff)
downloadntapi-ed04a410c277827afa351f5e58e397f8ace211c8.tar.bz2
ntapi-ed04a410c277827afa351f5e58e397f8ace211c8.tar.xz
build system: include host definitions prior to toolchain definitions
and fix CC accordingly.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 9c300e6..e691432 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -55,8 +55,8 @@ static:
-include $(PROJECT_DIR)/sysinfo/toolchain/$(TOOLCHAIN).mk
include $(PROJECT_DIR)/sysinfo/host/$(HOST).mk
+include $(PROJECT_DIR)/sysinfo/toolchain/$(TOOLCHAIN).mk
include $(PROJECT_DIR)/project/defs.mk
include $(PROJECT_DIR)/project/tree.mk