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
1f86a261
Commit
1f86a261
authored
Sep 06, 2007
by
Ian Lynagh
Browse files
Wibble some variable definitions to fix installation of bindists
parent
c140c141
Changes
1
Hide whitespace changes
Inline
Side-by-side
libraries/Makefile
View file @
1f86a261
...
...
@@ -88,6 +88,8 @@ space=$(empty) $(empty)
# -----------------------------------------------------------------------------
libraryhtmldir
=
$(htmldir)
/libraries
ifneq
"$(DOING_BIN_DIST)" "YES"
CONFIGURE_OPTS
=
...
...
@@ -195,13 +197,10 @@ configure: $(foreach SUBDIR,$(SUBDIRS), \
# the executable with the shell script on non-Windows. This should
# probably be tidied up so that we can always pass the same libsubdir.
ifeq
"$(Windows)" "YES"
datadir
=
$$
prefix
libsubdir
=
$$
pkgid
else
datadir
=
$$
prefix/share/ghc
libsubdir
=
$$
compiler/lib/
$$
pkgid
endif
libraryhtmldir
=
$(htmldir)
/libraries
# We rely on all the CONFIGURE_ARGS being quoted with '...', and there
# being no 's inside the values.
...
...
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