Update dependencies
[ghc-hetmet.git] / utils / genapply / Makefile
index 9657fc9..a017547 100644 (file)
@@ -17,9 +17,17 @@ 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