Remove ghc_ge_504 (it's required to be true now anyway)
[ghc-hetmet.git] / utils / genapply / Makefile
1 TOP=../..
2 include $(TOP)/mk/boilerplate.mk
3
4 HS_PROG = $(GHC_GENAPPLY_PGM)
5
6 # genapply is needed to boot in rts/...
7 ifneq "$(BootingFromHc)" "YES"
8 boot :: all
9 endif
10
11 ifeq "$(GhcUnregisterised)" "YES"
12 SRC_HC_OPTS += -DNO_REGS
13 endif
14
15 # Try to get dependencies right...
16 SRC_HC_OPTS += -no-recomp
17 GenApply.o : $(GHC_INCLUDE_DIR)/ghcconfig.h
18 GenApply.o : $(GHC_INCLUDE_DIR)/MachRegs.h
19 GenApply.o : $(GHC_INCLUDE_DIR)/Constants.h
20
21 include $(TOP)/mk/target.mk