Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master
http://hackage.haskell.org/trac/ghc/changeset/7da655562b684c83128bb74995d32014f15addfb >--------------------------------------------------------------- commit 7da655562b684c83128bb74995d32014f15addfb Author: Ian Lynagh <[email protected]> Date: Sun Oct 14 16:12:51 2012 +0100 Fix copy/paste-o >--------------------------------------------------------------- rules/build-prog.mk | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/rules/build-prog.mk b/rules/build-prog.mk index df96598..2328446 100644 --- a/rules/build-prog.mk +++ b/rules/build-prog.mk @@ -205,7 +205,7 @@ ifeq "$$($1_$2_PROGRAM_WAY)" "dyn" install_name_tool $$(foreach d,$$($1_$2_TRANSITIVE_DEP_NAMES), -change $$(TOP)/$$($$($$d_INSTALL_INFO)_dyn_LIB) @loader_path/../$$d-$$($$($$d_INSTALL_INFO)_VERSION)/$$($$($$d_INSTALL_INFO)_dyn_LIB_NAME)) $$@ # Use relative paths for the RTS. Rather than try to work out which RTS # way is being linked, we just change it for all ways - install_name_tool $$(foreach w,$$(rts_WAYS), -change $$(TOP)/$$(rts_$$w_LIB) @loader_path/../$$d-$$(rts_VERSION)/$$(rts_$$w_LIB_NAME)) $$@ + install_name_tool $$(foreach w,$$(rts_WAYS), -change $$(TOP)/$$(rts_$$w_LIB) @loader_path/../rts-$$(rts_VERSION)/$$(rts_$$w_LIB_NAME)) $$@ endif endif endif _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
