summaryrefslogtreecommitdiff
path: root/driver/runhaskell/Makefile
blob: 02df64257127eecb6d01be2b310b870ee078337d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
TOP=../..
include $(TOP)/mk/boilerplate.mk

ifeq "$(TARGETPLATFORM)" "i386-unknown-mingw32"
install::
	cp $(DESTDIR)$(bindir)/runghc.exe $(DESTDIR)$(bindir)/runhaskell.exe
else
install::
	ln -sf runghc $(DESTDIR)$(bindir)/runhaskell
endif

include $(TOP)/mk/bindist.mk

include $(TOP)/mk/target.mk