Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
3d451f4f
Commit
3d451f4f
authored
Jul 09, 2008
by
Simon Marlow
Browse files
remove .o and .hi files beforehand
parent
e86a1a49
Changes
2
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/ghc-regress/indexed-types/should_compile/Makefile
View file @
3d451f4f
...
...
@@ -3,5 +3,6 @@ include $(TOP)/mk/boilerplate.mk
include
$(TOP)/mk/test.mk
NewTyCo
:
$(RM)
NewTyCo1.o NewTyCo1.hi NewTyCo2.o NewTyCo2.hi
$(TEST_HC)
-c
NewTyCo1.hs
$(TEST_HC)
-c
NewTyCo2.hs
testsuite/tests/ghc-regress/typecheck/should_compile/Makefile
View file @
3d451f4f
...
...
@@ -3,6 +3,7 @@ include $(TOP)/mk/boilerplate.mk
include
$(TOP)/mk/test.mk
tc173
:
$(RM)
Tc173a.o Tc173a.hi Tc173b.o Tc173b.hi
$(TEST_HC)
-c
-fglasgow-exts
-XUndecidableInstances
-XOverlappingInstances
Tc173a.hs
$(TEST_HC)
-c
-fglasgow-exts
-XUndecidableInstances
-XOverlappingInstances
Tc173b.hs
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment