From: simonm Date: Wed, 8 Jul 1998 10:30:06 +0000 (+0000) Subject: [project @ 1998-07-08 10:29:20 by simonm] X-Git-Tag: Approx_2487_patches~525 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=12ab70e43ed1b7000552a78cfab7f08613bb62b1;p=ghc-hetmet.git [project @ 1998-07-08 10:29:20 by simonm] 'make boot' fixes. --- diff --git a/ghc/tests/array/should_run/Makefile b/ghc/tests/array/should_run/Makefile index f3a2291..4e110b9 100644 --- a/ghc/tests/array/should_run/Makefile +++ b/ghc/tests/array/should_run/Makefile @@ -4,9 +4,14 @@ include $(TOP)/mk/should_run.mk HC_OPTS += -dcore-lint +arr014_HC_OPTS = -fglasgow-exts + arr003_RUNTEST_OPTS = -x 1 arr004_RUNTEST_OPTS = -x 1 arr007_RUNTEST_OPTS = -x 1 arr008_RUNTEST_OPTS = -x 1 +# mkdependHS doesn't understand OPTIONS pragmas... +SRC_MKDEPENDHS_OPTS += -fglasgow-exts + include $(TOP)/mk/target.mk diff --git a/ghc/tests/typecheck/should_fail/Makefile b/ghc/tests/typecheck/should_fail/Makefile index 1f649ea..882ec0f 100644 --- a/ghc/tests/typecheck/should_fail/Makefile +++ b/ghc/tests/typecheck/should_fail/Makefile @@ -8,4 +8,7 @@ tcfail045_HC_OPTS = -fglasgow-exts tcfail068_HC_OPTS = -fglasgow-exts tcfail080_HC_OPTS = -fglasgow-exts +# mkdependHS doesn't understand OPTIONS pragmas... +SRC_MKDEPENDHS_OPTS += -fglasgow-exts + include $(TOP)/mk/target.mk