[project @ 2000-05-18 09:57:33 by simonmar]
authorsimonmar <unknown>
Thu, 18 May 2000 09:57:33 +0000 (09:57 +0000)
committersimonmar <unknown>
Thu, 18 May 2000 09:57:33 +0000 (09:57 +0000)
Remove -noC, add -package concurrent to simpl006_HC_OPTS.

ghc/tests/simplCore/should_compile/Makefile

index dd2f07a..876f9b6 100644 (file)
@@ -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