summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Ericson <John.Ericson@Obsidian.Systems>2021-10-24 00:30:59 +0000
committerMarge Bot <ben+marge-bot@smart-cactus.org>2021-10-25 17:45:15 -0400
commit9cde38a007c94c9598e73330f995a80a0177773e (patch)
tree0dd10c63646559f55431af61aa2ef9b7460b2c11
parent98aa29d3fe447cce3407e6864b015892244bb475 (diff)
downloadhaskell-9cde38a007c94c9598e73330f995a80a0177773e.tar.gz
Remove stray reference to `dist-ghcconstants`
I think this hasn't been a thing since 86054b4ab5125a8b71887b06786d0a428539fb9c, almost 10 years ago!
-rw-r--r--mk/tree.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/tree.mk b/mk/tree.mk
index fa3d99a18c..d2613b2a41 100644
--- a/mk/tree.mk
+++ b/mk/tree.mk
@@ -10,7 +10,7 @@
# indicates a directory relative to the top of the source tree.
GHC_UTILS_DIR = utils
-GHC_INCLUDE_DIRS = rts/include rts/include/dist rts/include/dist-derivedconstants/header rts/include/dist-ghcconstants/header
+GHC_INCLUDE_DIRS = rts/include rts/include/dist rts/include/dist-derivedconstants/header
GHC_RTS_DIR = rts
GHC_DRIVER_DIR = driver