From bff0ca399078cf2fd04cc9d14a5f4c2549473081 Mon Sep 17 00:00:00 2001 From: simonmar Date: Tue, 12 Dec 2000 13:57:58 +0000 Subject: [PATCH] [project @ 2000-12-12 13:57:58 by simonmar] turn off recompilation checking in here --- ghc/tests/mk/boilerplate.mk | 3 +++ 1 file changed, 3 insertions(+) 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. -- 1.7.10.4