remove empty dir
[ghc-hetmet.git] / ghc / mk / target.mk
1 #
2 # target.mk project stub
3 #
4
5 # We need to set TOP to be the TOP that the next level up expects!
6 # The TOP variable is reset after the inclusion of the fptools
7 # boilerplate, so we stash TOP away first:
8 GHC_TOP := $(TOP)
9 TOP:=$(TOP)/..
10
11 include $(TOP)/mk/target.mk
12
13 # Reset TOP
14 TOP:=$(GHC_TOP)