summaryrefslogtreecommitdiff
path: root/utils/genapply
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2008-11-08 14:43:28 +0000
committerIan Lynagh <igloo@earth.li>2008-11-08 14:43:28 +0000
commitf5817e0a7e3bca5d038690b3741af76572726e9d (patch)
tree00d560daeab5ec99f2ad8c6d002a9e2fa18fed42 /utils/genapply
parentfb8bf8536a4b72b59cb7a3fc26c5787f3b80348d (diff)
downloadhaskell-f5817e0a7e3bca5d038690b3741af76572726e9d.tar.gz
ghc_ge_605 is now always YES
Diffstat (limited to 'utils/genapply')
-rw-r--r--utils/genapply/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/utils/genapply/Makefile b/utils/genapply/Makefile
index a017547c70..186eb0e034 100644
--- a/utils/genapply/Makefile
+++ b/utils/genapply/Makefile
@@ -17,11 +17,7 @@ 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