From 0b1da2f1e911e941310a20ed7650670d624f6ebe Mon Sep 17 00:00:00 2001 From: John Ericson Date: Thu, 11 Nov 2021 05:15:23 +0000 Subject: 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. --- mk/install.mk.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mk') 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 -- cgit v1.2.1