summaryrefslogtreecommitdiff
path: root/ghc
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2009-11-07 20:50:42 +0000
committerIan Lynagh <igloo@earth.li>2009-11-07 20:50:42 +0000
commitb4bd9a58ae93e60e535cf64cff0a1a6b7c771881 (patch)
treeec678555f460bfce327e0d85d1cee8b2aea389b6 /ghc
parentf5b3f16c9321a1594ce1ed0b73914feabaa321a8 (diff)
downloadhaskell-b4bd9a58ae93e60e535cf64cff0a1a6b7c771881.tar.gz
Tweak how shell wrappers are built
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 2f505cf0c7..a3973bf79d 100644
--- a/ghc/ghc.mk
+++ b/ghc/ghc.mk
@@ -92,7 +92,7 @@ ghc_stage$(INSTALL_GHC_STAGE)_INSTALL_SHELL_WRAPPER_NAME = ghc-$(ProjectVersion)
# We override the program name to be ghc, rather than ghc-stage2.
# This means the right program name is used in error messages etc.
define ghc_stage$(INSTALL_GHC_STAGE)_INSTALL_SHELL_WRAPPER_EXTRA
-echo 'executablename="$$$$exedir/ghc"' >> "$$(WRAPPER)"
+echo 'executablename="$$exedir/ghc"' >> "$(WRAPPER)"
endef
# stage 1 is enabled unless $(stage) is set to something other than 1