Set DELETE_ON_ERROR in ghc.mk
[ghc-hetmet.git] / ghc / ghc.mk
index 8f2c741..1bda27b 100644 (file)
@@ -150,7 +150,7 @@ install: install_ghc_link
 .PNONY: install_ghc_link
 install_ghc_link: 
        "$(RM)" $(RM_OPTS) $(DESTDIR)$(bindir)/ghc
-       "$(LN_S)" ghc-$(ProjectVersion) $(DESTDIR)$(bindir)/ghc
+       $(LN_S) ghc-$(ProjectVersion) $(DESTDIR)$(bindir)/ghc
 else
 # On Windows we install the main binary as $(bindir)/ghc.exe
 # To get ghc-<version>.exe we have a little C program in driver/ghc