From 9b45d260e280b61135bf14d15cf9e389ca1dfe47 Mon Sep 17 00:00:00 2001 From: simonmar Date: Fri, 7 Jan 2000 17:23:52 +0000 Subject: [PATCH] [project @ 2000-01-07 17:23:52 by simonmar] set $(HC)=$(GHC_INPLACE) --- ghc/tests/mk/boilerplate.mk | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/ghc/tests/mk/boilerplate.mk b/ghc/tests/mk/boilerplate.mk index 25d5ff3..794c5a6 100644 --- a/ghc/tests/mk/boilerplate.mk +++ b/ghc/tests/mk/boilerplate.mk @@ -14,5 +14,19 @@ TEST_TOP := $(TOP) TOP := $(TOP)/.. + include $(TOP)/mk/boilerplate.mk TOP:=$(TEST_TOP) + +# By default, we're testing the GHC in the build tree. +HC=$(GHC_INPLACE) + +# ----------------------------------------------------------------- +# Everything after this point +# augments or overrides previously set variables. +# ----------------------------------------------------------------- + +-include $(TOP)/mk/paths.mk +-include $(TOP)/mk/opts.mk +-include $(TOP)/mk/version.mk +-include $(TOP)/mk/suffix.mk -- 1.7.10.4