From 64ae0dee5ba31f16837412c6bf9e9fbb1772a7fb Mon Sep 17 00:00:00 2001 From: simonmar Date: Thu, 18 May 2000 09:57:33 +0000 Subject: [PATCH] [project @ 2000-05-18 09:57:33 by simonmar] Remove -noC, add -package concurrent to simpl006_HC_OPTS. --- ghc/tests/simplCore/should_compile/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ghc/tests/simplCore/should_compile/Makefile b/ghc/tests/simplCore/should_compile/Makefile index dd2f07a..876f9b6 100644 --- a/ghc/tests/simplCore/should_compile/Makefile +++ b/ghc/tests/simplCore/should_compile/Makefile @@ -2,7 +2,9 @@ TOP = ../.. include $(TOP)/mk/boilerplate.mk include $(TOP)/mk/should_compile.mk -SRC_HC_OPTS += -noC -dcore-lint -package concurrent +SRC_HC_OPTS += -dcore-lint + +simpl006_HC_OPTS += -package concurrent include $(TOP)/mk/target.mk -- 1.7.10.4