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
b57c933e
Commit
b57c933e
authored
May 03, 2009
by
Ian Lynagh
Browse files
Fix building without GHCi
parent
eb5ecfbe
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/ghc.mk
View file @
b57c933e
...
...
@@ -38,7 +38,10 @@ endif
ghc_stage1_MODULES
=
Main
ghc_stage2_MODULES
=
$(ghc_stage1_MODULES)
GhciMonad GhciTags InteractiveUI
ghc_stage2_MODULES
=
$(ghc_stage1_MODULES)
ifeq
"$(GhcWithInterpreter)" "YES"
ghc_stage2_MODULES
+=
GhciMonad GhciTags InteractiveUI
endif
ghc_stage3_MODULES
=
$(ghc_stage2_MODULES)
ghc_stage1_PROG
=
ghc-stage1
$(exeext)
...
...
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