summaryrefslogtreecommitdiff
path: root/rts/package.conf.in
diff options
context:
space:
mode:
authorJohn Ericson <John.Ericson@Obsidian.Systems>2021-11-12 01:29:27 +0000
committerMarge Bot <ben+marge-bot@smart-cactus.org>2021-11-12 21:28:02 -0500
commitc60652929ebd2510e52c05a2f61d52e2bf1846ad (patch)
tree470e0d797b802c65b470ad5fd592c3347a462977 /rts/package.conf.in
parentb040d0d4f1aab4fda1b862fa1f81df1aee8372d4 (diff)
downloadhaskell-c60652929ebd2510e52c05a2f61d52e2bf1846ad.tar.gz
Make: Move remaining built RTS headers to ...build/include
This allows us to clean up the rts include dirs in the package conf.
Diffstat (limited to 'rts/package.conf.in')
-rw-r--r--rts/package.conf.in5
1 files changed, 2 insertions, 3 deletions
diff --git a/rts/package.conf.in b/rts/package.conf.in
index 46103e49b9..1d3611f930 100644
--- a/rts/package.conf.in
+++ b/rts/package.conf.in
@@ -70,11 +70,10 @@ extra-libraries:
#if defined(INSTALLING)
include-dirs: INCLUDE_DIR FFI_INCLUDE_DIR
#else /* !INSTALLING */
-include-dirs: TOP"/rts/dist-install/build"
- TOP"/rts/include"
+include-dirs: TOP"/rts/include"
+ TOP"/rts/dist-install/build/include"
FFI_INCLUDE_DIR
LIBDW_INCLUDE_DIR
- TOP"/rts/dist-install/build/include"
#endif
includes: Stg.h