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
98bbd72e
Commit
98bbd72e
authored
Mar 08, 2005
by
sof
Browse files
[project @ 2005-03-08 19:14:09 by sof]
give 'runhaskell' the 'exeext' treatment too
parent
b50a7f06
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/utils/runghc/Makefile
View file @
98bbd72e
...
...
@@ -39,7 +39,7 @@ runhaskell : $(HS_PROG)
# Only install runhaskell if there isn't already one installed
ifneq
"$(findstring install, $(MAKECMDGOALS))" ""
ifeq
"$(wildcard $(bindir)/runhaskell)" ""
INSTALL_PROGS
+=
runhaskell
INSTALL_PROGS
+=
runhaskell
$(exeext)
endif
endif
...
...
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