From: simonm Date: Wed, 8 Jul 1998 10:29:10 +0000 (+0000) Subject: [project @ 1998-07-08 10:29:10 by simonm] X-Git-Tag: Approx_2487_patches~526 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=027f64063816c0b502cff27a6bf6a9bba84dd981;p=ghc-hetmet.git [project @ 1998-07-08 10:29:10 by simonm] 'make boot' fixes --- diff --git a/ghc/tests/typecheck/should_compile/Makefile b/ghc/tests/typecheck/should_compile/Makefile index f508ab2..5a7d114 100644 --- a/ghc/tests/typecheck/should_compile/Makefile +++ b/ghc/tests/typecheck/should_compile/Makefile @@ -8,4 +8,7 @@ tc019_HC_OPTS = -fglasgow-exts tc065_HC_OPTS = -syslib misc tc097_HC_OPTS = -fglasgow-exts +# mkdependHS doesn't understand OPTIONS pragmas... +SRC_MKDEPENDHS_OPTS += -fglasgow-exts -syslib misc + include $(TOP)/mk/target.mk