summaryrefslogtreecommitdiff
path: root/utils
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
parentfb8bf8536a4b72b59cb7a3fc26c5787f3b80348d (diff)
downloadhaskell-f5817e0a7e3bca5d038690b3741af76572726e9d.tar.gz
ghc_ge_605 is now always YES
Diffstat (limited to 'utils')
-rw-r--r--utils/genapply/Makefile4
-rw-r--r--utils/nofib-analyse/Makefile3
2 files changed, 1 insertions, 6 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
diff --git a/utils/nofib-analyse/Makefile b/utils/nofib-analyse/Makefile
index 43ae4337ae..0fe5db126e 100644
--- a/utils/nofib-analyse/Makefile
+++ b/utils/nofib-analyse/Makefile
@@ -8,9 +8,8 @@ ifeq "$(ghc_ge_607)" "YES"
SRC_HC_OPTS += -package containers
endif
-ifeq "$(ghc_ge_605)" "YES"
SRC_HC_OPTS += -package regex-compat -package html
-endif
+
ifeq "$(ghc_ge_607)" "YES"
SRC_HC_OPTS += -package containers
endif