summaryrefslogtreecommitdiff
path: root/ghc.mk
diff options
context:
space:
mode:
authorIan Lynagh <ian@well-typed.com>2013-01-05 18:50:29 +0000
committerIan Lynagh <ian@well-typed.com>2013-01-10 18:34:17 +0000
commit5cb088088be8573a01c991421ad882ce899067db (patch)
tree78336541081f121863be9b28a25b9b00f9c06d6a /ghc.mk
parent8dd2f981e43211a5c47aabe8b45e572e4f50b9fd (diff)
downloadhaskell-5cb088088be8573a01c991421ad882ce899067db.tar.gz
Make the rule for .hi files depend on the .hs/.lhs files
make thought that it could make a .hi file for the C files in libraries, which was causing problems when using dynamic-too.
Diffstat (limited to 'ghc.mk')
-rw-r--r--ghc.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/ghc.mk b/ghc.mk
index f4a7a61400..d71d8c944d 100644
--- a/ghc.mk
+++ b/ghc.mk
@@ -229,10 +229,6 @@ ifneq "$(CLEANING)" "YES"
include rules/hs-suffix-rules-srcdir.mk
include rules/hs-suffix-rules.mk
include rules/hi-rule.mk
-
-$(foreach way,$(ALL_WAYS),\
- $(eval $(call hi-rule,$(way))))
-
include rules/c-suffix-rules.mk
include rules/cmm-suffix-rules.mk