From 027f64063816c0b502cff27a6bf6a9bba84dd981 Mon Sep 17 00:00:00 2001 From: simonm Date: Wed, 8 Jul 1998 10:29:10 +0000 Subject: [PATCH] [project @ 1998-07-08 10:29:10 by simonm] 'make boot' fixes --- ghc/tests/typecheck/should_compile/Makefile | 3 +++ 1 file changed, 3 insertions(+) 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 -- 1.7.10.4