X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Ftests%2Fmk%2Fboilerplate.mk;h=e0e590bf9d8e6e96161e306728723b4702e7bc2f;hb=b16f846dfa03b4570eaa7d0ce18f0f7c3d9ee015;hp=794c5a6e3ecde62fb2b574c16da6f493a36ee8ef;hpb=9b45d260e280b61135bf14d15cf9e389ca1dfe47;p=ghc-hetmet.git 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.