[commit: haddock] master: Follow changes in GHC's build system (51e11e2)

Ian Lynagh igloo at earth.li
Sat Mar 2 00:34:11 CET 2013


Repository : ssh://darcs.haskell.org//srv/darcs/haddock

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/51e11e272952299b5be0a8de6a38ed41a0f4855a

>---------------------------------------------------------------

commit 51e11e272952299b5be0a8de6a38ed41a0f4855a
Author: Ian Lynagh <ian at well-typed.com>
Date:   Fri Mar 1 23:23:57 2013 +0000

    Follow changes in GHC's build system

>---------------------------------------------------------------

 ghc.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ghc.mk b/ghc.mk
index e204375..f69e403 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





More information about the ghc-commits mailing list