summaryrefslogtreecommitdiff
path: root/rules/haddock.mk
diff options
context:
space:
mode:
authorIan Lynagh <ian@well-typed.com>2013-02-17 13:43:50 +0000
committerIan Lynagh <ian@well-typed.com>2013-02-17 13:43:50 +0000
commitc47649412e43e9b89a52ac4ea7c87d842e9c8a74 (patch)
tree7e54ba7a9e7507bc0ae938aa974e5fa966d9381b /rules/haddock.mk
parent94914b967be27ae04cdba098d9557bbf161639c5 (diff)
downloadhaskell-c47649412e43e9b89a52ac4ea7c87d842e9c8a74.tar.gz
iOS patch no 2: remove obsolete CROSS_COMPILE variable; #7699
From StephenBlackheath
Diffstat (limited to 'rules/haddock.mk')
-rw-r--r--rules/haddock.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/haddock.mk b/rules/haddock.mk
index 4dabe3c71f..3a3fed4503 100644
--- a/rules/haddock.mk
+++ b/rules/haddock.mk
@@ -42,7 +42,7 @@ endif
ifneq "$$(BINDIST)" "YES"
$$($$($1_PACKAGE)-$$($1_$2_VERSION)_HADDOCK_FILE) : $$(INPLACE_BIN)/haddock$$(exeext) $$(GHC_CABAL_INPLACE) $$($1_$2_HS_SRCS) $$($$($1_PACKAGE)-$$($1_$2_VERSION)_HADDOCK_DEPS) | $$$$(dir $$$$@)/.
ifeq "$$(HSCOLOUR_SRCS)" "YES"
- CROSS_COMPILE="$(CrossCompilePrefix)" "$$(GHC_CABAL_INPLACE)" hscolour $2 $1
+ "$$(GHC_CABAL_INPLACE)" hscolour $2 $1
endif
"$$(TOP)/$$(INPLACE_BIN)/haddock" \
--odir="$1/$2/doc/html/$$($1_PACKAGE)" \