Tweak alternative layout rule
[ghc-hetmet.git] / ghc / ghc.mk
index 2f505cf..a3973bf 100644 (file)
@@ -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