X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=driver%2Fghci%2FMakefile;fp=driver%2Fghci%2FMakefile;h=2c118faf2be73b5657f22ff4af4e2f97eb23dead;hp=8a282af41686254331fe159a758691fab43c620f;hb=b51dd448e05f28eff64906bffb5f43a4fc37407a;hpb=9e1605d993c10a51cac09d7d5750d0f167b64c00 diff --git a/driver/ghci/Makefile b/driver/ghci/Makefile index 8a282af..2c118fa 100644 --- a/driver/ghci/Makefile +++ b/driver/ghci/Makefile @@ -22,6 +22,7 @@ install:: $(RM) -f $(GHCII_SCRIPT) echo "#!$(SHELL)" >> $(GHCII_SCRIPT) echo 'exec "$$0"/../ghc --interactive $${1+"$$@"}' >> $(GHCII_SCRIPT) + chmod +x $(GHCII_SCRIPT) else LINK = ghci LINK_TARGET = $(LINK)-$(ProjectVersion)