From: simonmar Date: Thu, 18 May 2000 09:57:33 +0000 (+0000) Subject: [project @ 2000-05-18 09:57:33 by simonmar] X-Git-Tag: Approximately_9120_patches~4436 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=64ae0dee5ba31f16837412c6bf9e9fbb1772a7fb;p=ghc-hetmet.git [project @ 2000-05-18 09:57:33 by simonmar] Remove -noC, add -package concurrent to simpl006_HC_OPTS. --- 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