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
f69a0fe9
Commit
f69a0fe9
authored
Sep 17, 2009
by
Simon Marlow
Browse files
fix install on Windows
parent
0b1e55f9
Changes
1
Show whitespace changes
Inline
Side-by-side
ghc.mk
View file @
f69a0fe9
...
...
@@ -796,7 +796,7 @@ ifeq "$(Windows)" "NO"
INSTALLED_GHC_REAL
=
$(DESTDIR)$(ghclibexecdir)
/ghc-stage2
INSTALLED_GHC_PKG_REAL
=
$(DESTDIR)$(ghclibexecdir)
/ghc-pkg
else
INSTALLED_GHC_REAL
=
$(DESTDIR)$(bindir)
/ghc
-stage2
.exe
INSTALLED_GHC_REAL
=
$(DESTDIR)$(bindir)
/ghc.exe
INSTALLED_GHC_PKG_REAL
=
$(DESTDIR)$(bindir)
/ghc-pkg.exe
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