cvs commit: fptools/mk fix_install_names.sh target.mk
Wolfgang Thaller <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.cvs.fptools |
|---|---|
| Message-ID | <[email protected]> |
wolfgang 2005/01/23 10:18:07 PST
Modified files:
mk target.mk
Added files:
mk fix_install_names.sh
Log:
Darwin / Mac OS X:
For builds with dynamic libraries, fix up dynamic library paths
("install names") for binaries. Otherwise, a dynamically-linked stage2 ghc
would contain the path names of the build directories.
Revision Changes Path
1.196 +3 -0 fptools/mk/target.mk