diff options
author | Ian Lynagh <ian@well-typed.com> | 2013-01-05 18:50:29 +0000 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2013-01-10 18:34:17 +0000 |
commit | 5cb088088be8573a01c991421ad882ce899067db (patch) | |
tree | 78336541081f121863be9b28a25b9b00f9c06d6a /ghc.mk | |
parent | 8dd2f981e43211a5c47aabe8b45e572e4f50b9fd (diff) | |
download | haskell-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.mk | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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 |