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
76ae89ad
Commit
76ae89ad
authored
Aug 12, 2008
by
Simon Marlow
Browse files
fix this test on Windows
parent
04edc17d
Changes
1
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/ghc-regress/typecheck/bug1465/Makefile
View file @
76ae89ad
...
...
@@ -24,7 +24,7 @@ prep:
for
i
in
v1 v2
;
do
\
(
cd
$$
i
&&
\
$(TEST_HC)
--make
-o
setup Setup.hs
&&
\
./setup configure
-v0
--with-compiler
=
$(TEST_HC)
--with-hc-pkg
=
../
$(GHC_PKG_INPLACE)
&&
\
./setup configure
-v0
--with-compiler
=
$(TEST_HC)
--with-hc-pkg
=
$(GHC_PKG_INPLACE)
&&
\
./setup build
&&
\
./setup register
--inplace
)
;
done
...
...
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