summaryrefslogtreecommitdiff
path: root/ghc.mk
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2011-04-14 19:42:51 +0100
committerIan Lynagh <igloo@earth.li>2011-04-14 20:37:13 +0100
commitae587ec8ab4dd8414d629d3629dec0cc44b37aa7 (patch)
tree340978465ebb07e0938fdb62c1e99e52e37cba93 /ghc.mk
parent9eebc6dec9a2271a51795bcfbcf1d3be849435a6 (diff)
downloadhaskell-ae587ec8ab4dd8414d629d3629dec0cc44b37aa7.tar.gz
Refactor how dependencies are included; fixes #5109
This avoids duplicating some logic around the build system.
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 863ddc2651..0f58876c36 100644
--- a/ghc.mk
+++ b/ghc.mk
@@ -227,6 +227,7 @@ include rules/package-config.mk
# -----------------------------------------------------------------------------
# Building dependencies
+include rules/dependencies.mk
include rules/build-dependencies.mk
include rules/include-dependencies.mk