Merging in the new codegen branch
[ghc-hetmet.git] / utils / genapply / Makefile
index 39903cf..186eb0e 100644 (file)
@@ -12,10 +12,18 @@ ifeq "$(GhcUnregisterised)" "YES"
 SRC_HC_OPTS += -DNO_REGS
 endif
 
+ifeq "$(ghc_ge_607)" "YES"
+SRC_HC_OPTS += -package pretty
+endif
+
 # Try to get dependencies right...
-SRC_HC_OPTS += -no-recomp
+SRC_HC_OPTS += -fforce-recomp
+
 GenApply.o : $(GHC_INCLUDE_DIR)/ghcconfig.h
 GenApply.o : $(GHC_INCLUDE_DIR)/MachRegs.h
 GenApply.o : $(GHC_INCLUDE_DIR)/Constants.h
 
+binary-dist:
+       @:
+
 include $(TOP)/mk/target.mk