aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ghc.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc.mk b/ghc.mk
index e2043754..f69e403c 100644
--- a/ghc.mk
+++ b/ghc.mk
@@ -32,7 +32,7 @@ utils/haddock_dist_MODULES += Paths_haddock
ifeq "$(HADDOCK_DOCS)" "YES"
install: install_utils/haddock_data
-ifeq "$(Windows)" "NO"
+ifeq "$(Windows_Host)" "NO"
install: install_utils/haddock_link
endif
endif