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 /utils/ghc-pkg/ghc.mk | |
parent | 45ee44d8229a27aa38c99c21e1240484ba27732c (diff) | |
download | haskell-ffb2a8c216ad8791422008cc92c8048f4528bbf4.tar.gz |
Rename $(Windows) to $(Windows_Host)
Diffstat (limited to 'utils/ghc-pkg/ghc.mk')
-rw-r--r-- | utils/ghc-pkg/ghc.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/ghc-pkg/ghc.mk b/utils/ghc-pkg/ghc.mk index a179ae7940..e20949159f 100644 --- a/utils/ghc-pkg/ghc.mk +++ b/utils/ghc-pkg/ghc.mk @@ -75,7 +75,7 @@ endif # ----------------------------------------------------------------------------- # Link ghc-pkg to ghc-pkg-$(ProjectVersion) when installing -ifeq "$(Windows)" "NO" +ifeq "$(Windows_Host)" "NO" install: install_utils/ghc-pkg_link .PHONY: install_utils/ghc-pkg_link |