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
abd0df2e
Commit
abd0df2e
authored
Nov 20, 2009
by
Ian Lynagh
Browse files
Install perl on Windows
parent
b25c713d
Changes
2
Hide whitespace changes
Inline
Side-by-side
ghc.mk
View file @
abd0df2e
...
...
@@ -717,6 +717,11 @@ install : install_mingw
install_mingw
:
$(INPLACE_MINGW)
"
$(CP)
"
-Rp
$(INPLACE_MINGW)
$(prefix)
install
:
install_perl
.PHONY
:
install_perl
install_perl
:
$(INPLACE_PERL)
"
$(CP)
"
-Rp
$(INPLACE_PERL)
$(prefix)
endif
# Windows
ifneq
"$(BINDIST)" "YES"
...
...
mk/tree.mk
View file @
abd0df2e
...
...
@@ -46,6 +46,7 @@ INPLACE_BIN = $(INPLACE)/bin
INPLACE_LIB
=
$(INPLACE)
/lib
INPLACE_TOPDIR
=
$(INPLACE)
/lib
INPLACE_MINGW
=
$(INPLACE)
/mingw
INPLACE_PERL
=
$(INPLACE)
/perl
# These are here, rather than in config.mk, as they need to exist in an
# unconfigured tree so that the various clean targets can be used
...
...
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