summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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