From b78e21828cd1700f2b3abda2f6a243d82cddfe33 Mon Sep 17 00:00:00 2001 From: Joshua Meredith Date: Fri, 8 Oct 2021 08:57:58 +0000 Subject: [PATCH] change ghc-config to use the path ghc instead of TEST_HC --- testsuite/mk/boilerplate.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testsuite/mk/boilerplate.mk b/testsuite/mk/boilerplate.mk index a730a54c3769..ef3400070057 100644 --- a/testsuite/mk/boilerplate.mk +++ b/testsuite/mk/boilerplate.mk @@ -236,7 +236,7 @@ endif # This way we cache the results for different values of $(TEST_HC) $(TOP)/mk/ghc-config : $(TOP)/mk/ghc-config.hs - "$(TEST_HC)" --make -o $@ $< + ghc --make -o $@ $< empty= space=$(empty) $(empty)