From: simonmar Date: Fri, 7 Jan 2000 17:23:52 +0000 (+0000) Subject: [project @ 2000-01-07 17:23:52 by simonmar] X-Git-Tag: Approximately_9120_patches~5332 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=9b45d260e280b61135bf14d15cf9e389ca1dfe47;p=ghc-hetmet.git [project @ 2000-01-07 17:23:52 by simonmar] set $(HC)=$(GHC_INPLACE) --- 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