Use -fforce-recomp rather than -no-recomp when building genapply
authorIan Lynagh <igloo@earth.li>
Sat, 14 Jun 2008 16:19:27 +0000 (16:19 +0000)
committerIan Lynagh <igloo@earth.li>
Sat, 14 Jun 2008 16:19:27 +0000 (16:19 +0000)
utils/genapply/Makefile

index 9657fc9..ba13de2 100644 (file)
@@ -17,7 +17,7 @@ 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