summaryrefslogtreecommitdiff
path: root/utils/runghc
diff options
context:
space:
mode:
authorIan Lynagh <ian@well-typed.com>2012-09-27 01:57:19 +0100
committerIan Lynagh <ian@well-typed.com>2012-09-27 02:01:11 +0100
commit6e6da3a0d7cc227fadfd0dec6660364b265eb2ad (patch)
tree74475f2852c0948aabfa6a1ff8244f914420b840 /utils/runghc
parent7724ecb713eb67ddd6c53ffe6ceca9fd6607cefa (diff)
downloadhaskell-6e6da3a0d7cc227fadfd0dec6660364b265eb2ad.tar.gz
Tweak the build system handling of shell wrappers
Rather than having a separate foo_INSTALL_SHELL_WRAPPER variable, we just use foo_INSTALL && foo_SHELL_WRAPPER
Diffstat (limited to 'utils/runghc')
-rw-r--r--utils/runghc/ghc.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/runghc/ghc.mk b/utils/runghc/ghc.mk
index 128987daf6..6ff84f0c62 100644
--- a/utils/runghc/ghc.mk
+++ b/utils/runghc/ghc.mk
@@ -14,7 +14,7 @@ utils/runghc_PACKAGE = runghc
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 = YES
utils/runghc_dist-install_INSTALL_SHELL_WRAPPER_NAME = runghc-$(ProjectVersion)
utils/runghc_dist-install_EXTRA_HC_OPTS = -cpp -DVERSION="\"$(ProjectVersion)\""