diff options
author | Ian Lynagh <ian@well-typed.com> | 2013-06-22 20:34:12 +0100 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2013-06-22 20:34:12 +0100 |
commit | 92f36df441052ab6bb8516cc19be65f2ca4010fd (patch) | |
tree | e8dd44605f4c3faca71bf1f3b422d40a68e0d5a0 /ghc.mk | |
parent | 499d6988663043d0e0a0732f865324e959139927 (diff) | |
download | haskell-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.mk | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |