summaryrefslogtreecommitdiff
path: root/rules/haddock.mk
diff options
context:
space:
mode:
authorIan Lynagh <ian@well-typed.com>2013-04-20 12:41:22 +0100
committerIan Lynagh <ian@well-typed.com>2013-04-20 13:02:02 +0100
commitdb14f97eb063642d4e7104fef1fa322f7b00c8bc (patch)
tree9050f4e22733af739f143957f3c0c476555dce34 /rules/haddock.mk
parent54d7902002e2d36305087c0cf2234d890a93e833 (diff)
downloadhaskell-db14f97eb063642d4e7104fef1fa322f7b00c8bc.tar.gz
Some build system refactoring
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 7efb29aa7d..bd4b994276 100644
--- a/rules/haddock.mk
+++ b/rules/haddock.mk
@@ -43,7 +43,7 @@ ifneq "$$(BINDIST)" "YES"
# We need the quadruple dollars for the dependencies, as it isn't
# guaranteed that we are processing the packages in dependency order,
# so we don't want to expand it yet.
-$$($$($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 $$$$@)/.
+$$($$($1_PACKAGE)-$$($1_$2_VERSION)_HADDOCK_FILE) : $$$$(haddock_INPLACE) $$$$(ghc-cabal_INPLACE) $$($1_$2_HS_SRCS) $$$$($$($1_PACKAGE)-$$($1_$2_VERSION)_HADDOCK_DEPS) | $$$$(dir $$$$@)/.
ifeq "$$(HSCOLOUR_SRCS)" "YES"
"$$(ghc-cabal_INPLACE)" hscolour $2 $1
endif