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
jberryman
GHC
Commits
11ca8cdc
Commit
11ca8cdc
authored
Jun 17, 2012
by
pcapriotti
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Create versioned runghc wrapper (#5873)
parent
42de5409
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
utils/runghc/ghc.mk
utils/runghc/ghc.mk
+3
-0
No files found.
utils/runghc/ghc.mk
View file @
11ca8cdc
...
...
@@ -15,6 +15,7 @@ utils/runghc_dist-install_USES_CABAL = YES
utils/
runghc_dist-install_PROG
=
runghc
$(exeext)
utils/
runghc_dist-install_SHELL_WRAPPER
=
YES
utils/
runghc_dist-install_INSTALL_SHELL_WRAPPER
=
YES
utils/
runghc_dist-install_INSTALL_SHELL_WRAPPER_NAME
=
runghc-
$(ProjectVersion)
utils/
runghc_dist-install_EXTRA_HC_OPTS
=
-cpp
-DVERSION
=
"
\"
$(ProjectVersion)
\"
"
ifneq
"$(BINDIST)" "YES"
...
...
@@ -35,5 +36,7 @@ else
install_runhaskell
:
$(
call
removeFiles,
"
$(DESTDIR)$(bindir)
/runhaskell"
)
$(LN_S)
runghc
"
$(DESTDIR)$(bindir)
/runhaskell"
$(
call
removeFiles,
"
$(DESTDIR)$(bindir)
/runghc"
)
$(LN_S)
runghc-
$(ProjectVersion)
"
$(DESTDIR)$(bindir)
/runghc"
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