Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
64ecde3d
Commit
64ecde3d
authored
Jun 22, 2007
by
Simon Marlow
Browse files
FIX BUILD (on Windows): Cabal must invoke compiler/stage1/ghc-inplace
not compiler/ghc-inplace, which is a symlink.
parent
d7df1559
Changes
1
Hide whitespace changes
Inline
Side-by-side
libraries/Makefile
View file @
64ecde3d
...
...
@@ -204,9 +204,9 @@ stamp/configure.library.build$(CONFIGURE_STAMP_EXTRAS).%: %/setup/Setup
--prefix
=
'$$topdir'
\
--datadir
=
'$$prefix/share'
\
--libsubdir
=
'
$(libsubdir)
'
\
--with-compiler
=
../../compiler/ghc-inplace
$
(dot_bat)
\
--with-hc-pkg
=
../../utils/ghc-pkg/ghc-pkg-inplace
$
(dot_bat)
\
--with-hsc2hs
=
../../utils/hsc2hs/hsc2hs-inplace
$(dot_bat)
\
--with-compiler
=
../../compiler/
stage1/
ghc-inplace
$
\
--with-hc-pkg
=
../../utils/ghc-pkg/ghc-pkg-inplace
$
\
--with-hsc2hs
=
../../utils/hsc2hs/hsc2hs-inplace
\
--with-ld
=
$(LD)
\
--datasubdir
=
ghc
\
--haddock-args
=
"--use-contents=../index.html
\
...
...
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