summaryrefslogtreecommitdiff
path: root/rules/build-dependencies.mk
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2010-04-12 23:56:58 +0000
committerIan Lynagh <igloo@earth.li>2010-04-12 23:56:58 +0000
commit4b8a6d6c34bd74a4e3ac4d5d3c19e1236b1882dd (patch)
tree5feef569ad45063d2ba1ef97a30b2f8dd7a8abda /rules/build-dependencies.mk
parent5f220e2c4240826a6a4ccfd8ffe038ed1b0708b8 (diff)
downloadhaskell-4b8a6d6c34bd74a4e3ac4d5d3c19e1236b1882dd.tar.gz
Remove the ghc_ge_609 makefile variables
They are now guaranteed to be YES
Diffstat (limited to 'rules/build-dependencies.mk')
-rw-r--r--rules/build-dependencies.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/rules/build-dependencies.mk b/rules/build-dependencies.mk
index 962c0408ab..7a058034b3 100644
--- a/rules/build-dependencies.mk
+++ b/rules/build-dependencies.mk
@@ -17,11 +17,7 @@ $1_$2_depfile_c_asm = $$($1_$2_depfile_base).c_asm
$1_$2_C_FILES_DEPS = $$(filter-out $$($1_$2_C_FILES_NODEPS),$$($1_$2_C_FILES))
-ifeq "$$($1_$2_ghc_ge_609)" "YES"
$1_$2_MKDEPENDHS_FLAGS = -include-pkg-deps -dep-makefile $$($1_$2_depfile_haskell).tmp $$(foreach way,$$(filter-out v,$$($1_$2_WAYS)),-dep-suffix $$(way))
-else
-$1_$2_MKDEPENDHS_FLAGS = -optdep--include-pkg-deps -optdep-f -optdep$$($1_$2_depfile_haskell).tmp $$(foreach way,$$(filter-out v,$$($1_$2_WAYS)),-optdep-s -optdep$$(way))
-endif
ifneq "$$($1_$2_NO_BUILD_DEPS)" "YES"