summaryrefslogtreecommitdiff
path: root/ghc
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 /ghc
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 'ghc')
-rw-r--r--ghc/ghc.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc/ghc.mk b/ghc/ghc.mk
index e1545033be..e177b9274c 100644
--- a/ghc/ghc.mk
+++ b/ghc/ghc.mk
@@ -78,7 +78,7 @@ ghc_stage1_SHELL_WRAPPER_NAME = ghc/ghc.wrapper
ghc_stage2_SHELL_WRAPPER_NAME = ghc/ghc.wrapper
ghc_stage3_SHELL_WRAPPER_NAME = ghc/ghc.wrapper
-ghc_stage$(INSTALL_GHC_STAGE)_INSTALL_SHELL_WRAPPER = YES
+ghc_stage$(INSTALL_GHC_STAGE)_INSTALL = YES
ghc_stage$(INSTALL_GHC_STAGE)_INSTALL_SHELL_WRAPPER_NAME = ghc-$(ProjectVersion)
# We override the program name to be ghc, rather than ghc-stage2.