diff options
author | John Ericson <John.Ericson@Obsidian.Systems> | 2021-10-24 16:54:19 +0000 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2021-10-27 13:29:39 -0400 |
commit | 9bd6daa4af5893b9da97e75060248a8c2faf3b0b (patch) | |
tree | 9a1ac50a341db929810e7e9a3f3e7af74ec9693c /rts/ghc.mk | |
parent | cc113616401b653020de081ec3ea5f2ec64747d9 (diff) | |
download | haskell-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.mk | 2 |
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) |