summaryrefslogtreecommitdiff
path: root/driver/runhaskell/Makefile
blob: 585e8bcc8d61b3c6a82ba0159d4ce7b1b8073e6a (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 -s runghc $(DESTDIR)$(bindir)/runhaskell
endif

include $(TOP)/mk/bindist.mk

include $(TOP)/mk/target.mk