Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Alex D
GHC
Commits
2ede632e
Commit
2ede632e
authored
Mar 02, 2013
by
ian@well-typed.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
small build system tweak
parent
01ac518a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
7 deletions
+3
-7
driver/ghci/ghc.mk
driver/ghci/ghc.mk
+2
-0
ghc.mk
ghc.mk
+1
-7
No files found.
driver/ghci/ghc.mk
View file @
2ede632e
...
...
@@ -10,6 +10,7 @@
#
# -----------------------------------------------------------------------------
ifeq
"$(GhcWithInterpreter)" "YES"
ifneq
"$(Windows_Host)" "YES"
install
:
install_driver_ghci
...
...
@@ -62,4 +63,5 @@ install_driver_ghcii:
$(EXECUTABLE_FILE)
$(GHCII_SCRIPT_VERSIONED)
endif
endif
ghc.mk
View file @
2ede632e
...
...
@@ -607,14 +607,8 @@ ifneq "$(BINDIST)" "YES"
BUILD_DIRS
+=
$(GHC_GENPRIMOP_DIR)
endif
ifeq
"$(Stage1Only)-$(phase)" "YES-final"
MAYBE_GHCI
=
else
MAYBE_GHCI
=
driver/ghci
endif
BUILD_DIRS
+=
driver
BUILD_DIRS
+=
$(MAYBE_GHCI)
BUILD_DIRS
+=
driver/ghci
BUILD_DIRS
+=
driver/ghc
BUILD_DIRS
+=
driver/haddock
BUILD_DIRS
+=
libffi
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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