projects
/
ghc-hetmet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
327d438
)
[project @ 2000-05-18 09:57:33 by simonmar]
author
simonmar
<unknown>
Thu, 18 May 2000 09:57:33 +0000
(09:57 +0000)
committer
simonmar
<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
patch
|
blob
|
history
diff --git
a/ghc/tests/simplCore/should_compile/Makefile
b/ghc/tests/simplCore/should_compile/Makefile
index
dd2f07a
..
876f9b6
100644
(file)
--- 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