diff options
author | Ian Lynagh <igloo@earth.li> | 2008-06-14 16:19:27 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2008-06-14 16:19:27 +0000 |
commit | 88f1f34460932c660df18a617c29d7efedb63e22 (patch) | |
tree | 5b589b249167f26609196a0929b5e59ae0b69aee /utils/genapply | |
parent | 870ead0fe7166899db50ffd32777d252e92b17ee (diff) | |
download | haskell-88f1f34460932c660df18a617c29d7efedb63e22.tar.gz |
Use -fforce-recomp rather than -no-recomp when building genapply
Diffstat (limited to 'utils/genapply')
-rw-r--r-- | utils/genapply/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/genapply/Makefile b/utils/genapply/Makefile index 9657fc9450..ba13de2374 100644 --- a/utils/genapply/Makefile +++ b/utils/genapply/Makefile @@ -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 |