summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorKrzysztof Gogolewski <krz.gogolewski@gmail.com>2018-07-06 19:04:30 +0200
committerKrzysztof Gogolewski <krz.gogolewski@gmail.com>2018-07-06 19:04:30 +0200
commit8c628ad9b9241dcf4ea087ca9efa5f0ca9632aa5 (patch)
treee1b051a314902d23c08e52e7d67be4562e4e63c9 /mk
parent18cedbb55c7a0bdbfade4d28d3bb8927277df8d8 (diff)
downloadhaskell-8c628ad9b9241dcf4ea087ca9efa5f0ca9632aa5.tar.gz
Remove BUILD_DPH, not used
Diffstat (limited to 'mk')
-rw-r--r--mk/build.mk.sample3
-rw-r--r--mk/config.mk.in2
2 files changed, 0 insertions, 5 deletions
diff --git a/mk/build.mk.sample b/mk/build.mk.sample
index ce7b4d65bf..601ab028e5 100644
--- a/mk/build.mk.sample
+++ b/mk/build.mk.sample
@@ -99,9 +99,6 @@ endif
# https://ghc.haskell.org/trac/ghc/wiki/Building/RunningTests/Running#AdditionalPackages
#BUILD_EXTRA_PKGS=YES
-# Uncomment the following line to enable building DPH
-#BUILD_DPH=YES
-
# Uncomment the following to force `integer-gmp` to use the in-tree GMP 6.1.2
# (other sometimes useful configure-options: `--with-gmp-{includes,libraries}`)
#libraries/integer-gmp_CONFIGURE_OPTS += --configure-option=--with-intree-gmp
diff --git a/mk/config.mk.in b/mk/config.mk.in
index 6ff8e0ee7d..c97f5517c3 100644
--- a/mk/config.mk.in
+++ b/mk/config.mk.in
@@ -875,8 +875,6 @@ else
HSCOLOUR_SRCS = YES
endif
-# Build and install DPH?
-BUILD_DPH = NO
# Build and install the "extra" packages (see ./packages)?
BUILD_EXTRA_PKGS = NO