Unquote a $(LN_S) in ghc/ghc.mk
authorIan Lynagh <igloo@earth.li>
Sat, 30 May 2009 23:33:56 +0000 (23:33 +0000)
committerIan Lynagh <igloo@earth.li>
Sat, 30 May 2009 23:33:56 +0000 (23:33 +0000)
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