summaryrefslogtreecommitdiff
path: root/mk/config.mk.in
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2007-09-19 14:00:37 +0000
committerIan Lynagh <igloo@earth.li>2007-09-19 14:00:37 +0000
commite103845914bd3e2df4a75774da58948fc1af23ee (patch)
treec322aa4690ae71aa871ee3e78c4ad8a808c63d4d /mk/config.mk.in
parent29897cfe9c9cf1363b89f4eb177c85329a8ca1e5 (diff)
downloadhaskell-e103845914bd3e2df4a75774da58948fc1af23ee.tar.gz
Use $(RelocatableBuild) rather than $(Windows)
Diffstat (limited to 'mk/config.mk.in')
-rw-r--r--mk/config.mk.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/config.mk.in b/mk/config.mk.in
index 106d7aabfe..02e02bca46 100644
--- a/mk/config.mk.in
+++ b/mk/config.mk.in
@@ -561,7 +561,7 @@ libdir0 := @libdir@
includedir := @includedir@
mandir := @mandir@
-ifeq "$(Windows)" "YES"
+ifeq "$(RelocatableBuild)" "YES"
# Hack: our directory layouts tend to be different on Windows, so
# hack around configure's bogus assumptions here.