summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorJohn Ericson <John.Ericson@Obsidian.Systems>2021-11-11 05:15:23 +0000
committerMarge Bot <ben+marge-bot@smart-cactus.org>2021-11-12 21:26:50 -0500
commit0b1da2f1e911e941310a20ed7650670d624f6ebe (patch)
tree81c90f0aac06c63907994c87d56ca0aad42b351d /mk
parentbba156f3581913a52cefbcbcb8031f274aaa189a (diff)
downloadhaskell-0b1da2f1e911e941310a20ed7650670d624f6ebe.tar.gz
Make: Install RTS headers in `$libdir/rts/include` not `$libdir/include`
Before we were violating the convention of every other package. This fixes that. It matches the changes made in d5de970dafd5876ef30601697576167f56b9c132 to the location of the files in the repo.
Diffstat (limited to 'mk')
-rw-r--r--mk/install.mk.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/install.mk.in b/mk/install.mk.in
index 0856805285..7b146e7bed 100644
--- a/mk/install.mk.in
+++ b/mk/install.mk.in
@@ -103,7 +103,7 @@ endif
ghclibexecdir = $(ghclibdir)
topdir = $(ghclibdir)
-ghcheaderdir = $(ghclibdir)/include
+ghcheaderdir = $(ghclibdir)/rts/include
#-----------------------------------------------------------------------------
# install configuration