Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
2b35afe9
Commit
2b35afe9
authored
Jan 16, 2011
by
Ian Lynagh
Browse files
Simplify a bit of makefile
parent
d48ce2dc
Changes
1
Show whitespace changes
Inline
Side-by-side
ghc.mk
View file @
2b35afe9
...
...
@@ -493,12 +493,10 @@ libraries/ghc-prim_dist-install_EXTRA_HADDOCK_SRCS = libraries/ghc-prim/dist-ins
ifneq
"$(CLEANING)" "YES"
ifeq
"$(INTEGER_LIBRARY)" "integer-gmp"
libraries/
base_dist-install_CONFIGURE_OPTS
+=
--flags
=
-integer-simple
else
ifeq
"$(INTEGER_LIBRARY)" "integer-simple"
libraries/
base_dist-install_CONFIGURE_OPTS
+=
--flags
=
integer-simple
else
ifeq
"$(INTEGER_LIBRARY)" "integer-simple"
libraries/
base_dist-install_CONFIGURE_OPTS
+=
--flags
=
integer-simple
else
$(error Unknown integer library
:
$(INTEGER_LIBRARY))
endif
endif
endif
...
...
Write
Preview
Supports
Markdown
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