diff options
author | Ian Lynagh <ian@well-typed.com> | 2013-03-01 21:46:02 +0000 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2013-03-01 21:46:02 +0000 |
commit | ffb2a8c216ad8791422008cc92c8048f4528bbf4 (patch) | |
tree | 466be3c907ab5ba516d272af652ddabac409ac6e /mk/project.mk.in | |
parent | 45ee44d8229a27aa38c99c21e1240484ba27732c (diff) | |
download | haskell-ffb2a8c216ad8791422008cc92c8048f4528bbf4.tar.gz |
Rename $(Windows) to $(Windows_Host)
Diffstat (limited to 'mk/project.mk.in')
-rw-r--r-- | mk/project.mk.in | 6 |
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 |