From: simonmar Date: Tue, 12 Dec 2000 13:57:58 +0000 (+0000) Subject: [project @ 2000-12-12 13:57:58 by simonmar] X-Git-Tag: Approximately_9120_patches~3119 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=bff0ca399078cf2fd04cc9d14a5f4c2549473081;p=ghc-hetmet.git [project @ 2000-12-12 13:57:58 by simonmar] turn off recompilation checking in here --- diff --git a/ghc/tests/mk/boilerplate.mk b/ghc/tests/mk/boilerplate.mk index 794c5a6..e0e590b 100644 --- a/ghc/tests/mk/boilerplate.mk +++ b/ghc/tests/mk/boilerplate.mk @@ -21,6 +21,9 @@ TOP:=$(TEST_TOP) # By default, we're testing the GHC in the build tree. HC=$(GHC_INPLACE) +# we don't want recompilation checking in here +SRC_HC_OPTS += -no-recomp + # ----------------------------------------------------------------- # Everything after this point # augments or overrides previously set variables.