summaryrefslogtreecommitdiff
path: root/ghc.mk
diff options
context:
space:
mode:
authorIan Lynagh <ian@well-typed.com>2013-02-21 15:32:46 +0000
committerIan Lynagh <ian@well-typed.com>2013-02-21 15:47:16 +0000
commitf1368057296b00dbf7100b4308c8fa3c6844d797 (patch)
tree2bac0efc2d9006e2bea7069bc9e31b2fa2178783 /ghc.mk
parent0565f88e41bcd33fff52d884e2747c333d5d122e (diff)
downloadhaskell-f1368057296b00dbf7100b4308c8fa3c6844d797.tar.gz
Separate the non-way-specific hs-suffix rules
This means we don't define them multiple times
Diffstat (limited to 'ghc.mk')
-rw-r--r--ghc.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/ghc.mk b/ghc.mk
index 8517b31570..c8f9a90099 100644
--- a/ghc.mk
+++ b/ghc.mk
@@ -227,6 +227,7 @@ include rules/cmm-objs.mk
# so we don't make any when cleaning.
ifneq "$(CLEANING)" "YES"
+include rules/hs-suffix-rules-srcdir.mk
include rules/hs-suffix-way-rules-srcdir.mk
include rules/hs-suffix-way-rules.mk
include rules/hi-rule.mk