X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fghc.mk;h=a3973bf79db4c07bafdae5ad7ba5621aeb70c8d7;hb=fc5cd848af22c97dfde1953b9efcfc60e6ccf2bb;hp=2f505cf0c7157120fa033700c690d279028ac75a;hpb=f5b3f16c9321a1594ce1ed0b73914feabaa321a8;p=ghc-hetmet.git diff --git a/ghc/ghc.mk b/ghc/ghc.mk index 2f505cf..a3973bf 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