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
2b35afe9
Commit
2b35afe9
authored
Jan 16, 2011
by
Ian Lynagh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Simplify a bit of makefile
parent
d48ce2dc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
ghc.mk
ghc.mk
+2
-4
No files found.
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
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