From 25d36c3178945d926f936ee32e57894d1743063c Mon Sep 17 00:00:00 2001 From: John Ericson Date: Thu, 11 Nov 2021 05:36:50 +0000 Subject: Make: Get rid of GHC_INCLUDE_DIRS These dirs should not be included in all stages. Instead make the per-stage `BUILD_*_INCLUDE_DIR` "plural" to insert `rts/include` in the right place. --- mk/tree.mk | 1 - 1 file changed, 1 deletion(-) (limited to 'mk') diff --git a/mk/tree.mk b/mk/tree.mk index 216cc8ba2b..a8925d60c3 100644 --- a/mk/tree.mk +++ b/mk/tree.mk @@ -10,7 +10,6 @@ # indicates a directory relative to the top of the source tree. GHC_UTILS_DIR = utils -GHC_INCLUDE_DIRS = rts/include rts/dist-install/build/include GHC_RTS_DIR = rts GHC_DRIVER_DIR = driver -- cgit v1.2.1