Fix SPARC build, missing #include
[ghc-hetmet.git] / driver / runhaskell / Makefile
index 585e8bc..02df642 100644 (file)
@@ -6,7 +6,7 @@ install::
        cp $(DESTDIR)$(bindir)/runghc.exe $(DESTDIR)$(bindir)/runhaskell.exe
 else
 install::
-       ln -s runghc $(DESTDIR)$(bindir)/runhaskell
+       ln -sf runghc $(DESTDIR)$(bindir)/runhaskell
 endif
 
 include $(TOP)/mk/bindist.mk