diff options
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 |