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
Shayne Fletcher
Glasgow Haskell Compiler
Commits
e5255476
Commit
e5255476
authored
Sep 03, 2013
by
Gabor Greif
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Patch by lukexi.
Fixing #8217 for the unix(-like) case.
parent
a137827a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
mk/install.mk.in
mk/install.mk.in
+1
-1
No files found.
mk/install.mk.in
View file @
e5255476
...
...
@@ -105,7 +105,7 @@ else
# to be in the same place (and things like ghc-pkg need to agree on
# where package.conf is, so we just set it globally).
#
ghclibdir
=
$(libdir)
/ghc-
$(ProjectVersion)
ghclibdir
=
$(libdir)
/
$(CrossCompilePrefix)
ghc-
$(ProjectVersion)
ghcdocdir
=
$(datarootdir)
/doc/ghc
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