summaryrefslogtreecommitdiff
path: root/driver
diff options
context:
space:
mode:
Diffstat (limited to 'driver')
-rw-r--r--driver/runhaskell/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver/runhaskell/Makefile b/driver/runhaskell/Makefile
index 585e8bcc8d..02df642571 100644
--- a/driver/runhaskell/Makefile
+++ b/driver/runhaskell/Makefile
@@ -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