summaryrefslogtreecommitdiff
path: root/rts/ghc.mk
diff options
context:
space:
mode:
authorJohn Ericson <John.Ericson@Obsidian.Systems>2021-10-24 16:54:19 +0000
committerMarge Bot <ben+marge-bot@smart-cactus.org>2021-10-27 13:29:39 -0400
commit9bd6daa4af5893b9da97e75060248a8c2faf3b0b (patch)
tree9a1ac50a341db929810e7e9a3f3e7af74ec9693c /rts/ghc.mk
parentcc113616401b653020de081ec3ea5f2ec64747d9 (diff)
downloadhaskell-9bd6daa4af5893b9da97e75060248a8c2faf3b0b.tar.gz
Make build system: Generalize and/or document distdirs
`manual-package-config` should not hard-code the distdir, and no longer does Elsewhere, we must continue to hard-code due to inconsitent distdir names across stages, so we document this referring to the existing note "inconsistent distdirs".
Diffstat (limited to 'rts/ghc.mk')
-rw-r--r--rts/ghc.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/ghc.mk b/rts/ghc.mk
index 5465508a08..1c32bebe6e 100644
--- a/rts/ghc.mk
+++ b/rts/ghc.mk
@@ -639,7 +639,7 @@ ifeq "$(HaveLibMingwEx)" "YES"
rts_PACKAGE_CPP_OPTS += -DHAVE_LIBMINGWEX
endif
-$(eval $(call manual-package-config,rts,1))
+$(eval $(call manual-package-config,rts,dist,1))
rts/dist/package.conf.inplace : $(includes_1_H_CONFIG) $(includes_1_H_PLATFORM) $(includes_1_H_VERSION)