summaryrefslogtreecommitdiff
path: root/ghc/mk/target.mk
blob: 0d49585a90ca70829cdf57bc90ff164051e61dfc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#
# target.mk project stub
#

# We need to set TOP to be the TOP that the next level up expects!
# The TOP variable is reset after the inclusion of the fptools
# boilerplate, so we stash TOP away first:
GHC_TOP := $(TOP)
TOP:=$(TOP)/..

include $(TOP)/mk/target.mk

# Reset TOP
TOP:=$(GHC_TOP)