summaryrefslogtreecommitdiff
path: root/ghc.mk
diff options
context:
space:
mode:
authorIan Lynagh <ian@well-typed.com>2013-06-22 20:34:12 +0100
committerIan Lynagh <ian@well-typed.com>2013-06-22 20:34:12 +0100
commit92f36df441052ab6bb8516cc19be65f2ca4010fd (patch)
treee8dd44605f4c3faca71bf1f3b422d40a68e0d5a0 /ghc.mk
parent499d6988663043d0e0a0732f865324e959139927 (diff)
downloadhaskell-92f36df441052ab6bb8516cc19be65f2ca4010fd.tar.gz
Fix the dynmaic library paths in the libs, as well as in the programs
Part of #7833
Diffstat (limited to 'ghc.mk')
-rw-r--r--ghc.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/ghc.mk b/ghc.mk
index e337ddd35f..87b6ac884c 100644
--- a/ghc.mk
+++ b/ghc.mk
@@ -283,6 +283,11 @@ include rules/build-dependencies.mk
include rules/include-dependencies.mk
# -----------------------------------------------------------------------------
+# Dynamic library references
+
+include rules/relative-dynlib-references.mk
+
+# -----------------------------------------------------------------------------
# Build package-data.mk files
include rules/build-package-data.mk