[project @ 2000-12-12 13:57:58 by simonmar]
authorsimonmar <unknown>
Tue, 12 Dec 2000 13:57:58 +0000 (13:57 +0000)
committersimonmar <unknown>
Tue, 12 Dec 2000 13:57:58 +0000 (13:57 +0000)
turn off recompilation checking in here

ghc/tests/mk/boilerplate.mk

index 794c5a6..e0e590b 100644 (file)
@@ -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.