summaryrefslogtreecommitdiff
path: root/rules/haddock.mk
diff options
context:
space:
mode:
authorThomas Miedema <thomasmiedema@gmail.com>2015-07-09 19:27:17 +0200
committerThomas Miedema <thomasmiedema@gmail.com>2015-07-13 21:07:34 +0200
commit2e52057adaab6d29c55a87fa9e52cdae4b9e3182 (patch)
treec4d86b6b05a8c044c1ac783e402cd758b4aecfb2 /rules/haddock.mk
parent946c8b10f0a9f085800e922c89e3b0b40e3be9b4 (diff)
downloadhaskell-2e52057adaab6d29c55a87fa9e52cdae4b9e3182.tar.gz
Build system: comments only [skip ci]
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 5604a502d9..988e25484b 100644
--- a/rules/haddock.mk
+++ b/rules/haddock.mk
@@ -75,7 +75,7 @@ endif
$$($$($1_PACKAGE)-$$($1_$2_VERSION)_HADDOCK_FILE) : $$($1_$2_$$(HADDOCK_WAY)_LIB)
endif
-endif
+endif # $1_$2_DO_HADDOCK
$(call profEnd, haddock($1,$2))
endef