Merging in the new codegen branch
[ghc-hetmet.git] / utils / genapply / Makefile
index 9657fc9..186eb0e 100644 (file)
@@ -17,9 +17,13 @@ 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