summaryrefslogtreecommitdiff
path: root/mk/project.mk.in
diff options
context:
space:
mode:
authorIan Lynagh <ian@well-typed.com>2013-03-01 21:46:02 +0000
committerIan Lynagh <ian@well-typed.com>2013-03-01 21:46:02 +0000
commitffb2a8c216ad8791422008cc92c8048f4528bbf4 (patch)
tree466be3c907ab5ba516d272af652ddabac409ac6e /mk/project.mk.in
parent45ee44d8229a27aa38c99c21e1240484ba27732c (diff)
downloadhaskell-ffb2a8c216ad8791422008cc92c8048f4528bbf4.tar.gz
Rename $(Windows) to $(Windows_Host)
Diffstat (limited to 'mk/project.mk.in')
-rw-r--r--mk/project.mk.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/mk/project.mk.in b/mk/project.mk.in
index 3625124f75..df845c613a 100644
--- a/mk/project.mk.in
+++ b/mk/project.mk.in
@@ -128,11 +128,11 @@ LeadingUnderscore=@LeadingUnderscore@
exeext=@exeext@
soext=@soext@
-# Windows=YES if on a Windows platform
+# Windows_Host=YES if on a Windows platform
ifneq "$(findstring $(HostOS_CPP), mingw32 cygwin32)" ""
-Windows=YES
+Windows_Host=YES
else
-Windows=NO
+Windows_Host=NO
endif
# Tell the build system what the host operating system is