Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Shayne Fletcher
Glasgow Haskell Compiler
Commits
b50a7f06
Commit
b50a7f06
authored
Mar 08, 2005
by
sof
Browse files
[project @ 2005-03-08 19:13:27 by sof]
explicitly use 'exeext' to avoid cygwin 'cp' weirdity
parent
6432c1a9
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/utils/runghc/Makefile
View file @
b50a7f06
TOP
=
../..
include
$(TOP)/mk/boilerplate.mk
HS_PROG
=
runghc
HS_PROG
=
runghc
$(exeext)
INSTALL_PROGS
+=
$(HS_PROG)
UseGhcForCc
=
YES
...
...
@@ -34,7 +34,7 @@ SRC_MKDEPENDHS_OPTS += \
all
::
runhaskell
runhaskell
:
$(HS_PROG)
$(CP)
$<
runhaskell
$(CP)
$<
runhaskell
$(exeext)
# Only install runhaskell if there isn't already one installed
ifneq
"$(findstring install, $(MAKECMDGOALS))" ""
...
...
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