aboutsummaryrefslogtreecommitdiff
path: root/ghc.mk
diff options
context:
space:
mode:
authorIan Lynagh <ian@well-typed.com>2013-03-01 23:23:57 +0000
committerIan Lynagh <ian@well-typed.com>2013-03-01 23:23:57 +0000
commit51e11e272952299b5be0a8de6a38ed41a0f4855a (patch)
treedf62d4ed4fc3e3e00d74cd8829be8690cadf2134 /ghc.mk
parent1f3344df532e561c51de2f07950834e852043f14 (diff)
Follow changes in GHC's build system
Diffstat (limited to 'ghc.mk')
-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