summaryrefslogtreecommitdiff
path: root/rules
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
parent946c8b10f0a9f085800e922c89e3b0b40e3be9b4 (diff)
downloadhaskell-2e52057adaab6d29c55a87fa9e52cdae4b9e3182.tar.gz
Build system: comments only [skip ci]
Diffstat (limited to 'rules')
-rw-r--r--rules/build-package-data.mk4
-rw-r--r--rules/haddock.mk2
2 files changed, 3 insertions, 3 deletions
diff --git a/rules/build-package-data.mk b/rules/build-package-data.mk
index edf3216c80..938b6bf2c2 100644
--- a/rules/build-package-data.mk
+++ b/rules/build-package-data.mk
@@ -139,8 +139,8 @@ ifneq "$$($1_$2_REGISTER_PACKAGE)" "NO"
$$(call cmd,$1_$2_GHC_PKG) update --force $$($1_$2_GHC_PKG_OPTS) $1/$2/inplace-pkg-config
endif
endif
-endif
-endif
+endif # NO_GENERATED_MAKEFILE_RULES
+endif # BINDIST
PACKAGE_DATA_MKS += $1/$2/package-data.mk
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