Add a kludge to fix building shared libs
authorIan Lynagh <igloo@earth.li>
Fri, 7 Aug 2009 13:07:31 +0000 (13:07 +0000)
committerIan Lynagh <igloo@earth.li>
Fri, 7 Aug 2009 13:07:31 +0000 (13:07 +0000)
commit74df25b15c34c4554660b76d1ae09b721d0aa59b
treefed5b3398ef162691aef829a6d88ed337cd78b67
parent81dc292579a5e64898bdba00d892d5cbcbc5e459
Add a kludge to fix building shared libs
The .dyn_hi files currently depend on the .dyn_hi files of modules that
they import. But they actually want the .hi files of modules from
another package.This we make the .dyn_hi files depend on the .hi files
so we are sure that they exist and are up-to-date.
ghc.mk
rules/build-package-way.mk
rules/mkdep.mk [new file with mode: 0644]