ext-core library: Remove some cruft
[ghc-hetmet.git] / utils / genapply / Makefile
index 39903cf..a017547 100644 (file)
@@ -12,10 +12,22 @@ 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...
+ifeq "$(ghc_ge_605)" "YES"
+SRC_HC_OPTS += -fforce-recomp
+else
 SRC_HC_OPTS += -no-recomp
+endif
+
 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