summaryrefslogtreecommitdiff
path: root/mk/custom-settings.mk
diff options
context:
space:
mode:
authorSimon Marlow <marlowsd@gmail.com>2013-02-15 11:34:02 +0000
committerSimon Marlow <marlowsd@gmail.com>2013-02-18 09:16:07 +0000
commit1bb33135e0f46369dd8ddbf8b71f87fc211511e8 (patch)
tree4f36ff54e1d5475debcf3a475e351a715c4db1e7 /mk/custom-settings.mk
parente5e8709cfe53db7d5348ff4673592845a8e97ad6 (diff)
downloadhaskell-1bb33135e0f46369dd8ddbf8b71f87fc211511e8.tar.gz
Use $(TargetPlatformFull) instead of $(GlobalCrossCompilePrefix)
Requested by Gabor Greif.
Diffstat (limited to 'mk/custom-settings.mk')
-rw-r--r--mk/custom-settings.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/custom-settings.mk b/mk/custom-settings.mk
index e5e564ca00..f59a208388 100644
--- a/mk/custom-settings.mk
+++ b/mk/custom-settings.mk
@@ -5,7 +5,7 @@ ifeq "$(Validating)" "YES"
include mk/validate-settings.mk
-include mk/validate.mk
else
--include $(firstword $(wildcard mk/$(GlobalCrossCompilePrefix)build.mk) mk/build.mk)
+-include $(firstword $(wildcard mk/$(TargetPlatformFull)-build.mk) mk/build.mk)
endif
ifeq "$(BINDIST)" "YES"