From 97bc19d6ffb2215fa1183af42548ae754b6e452b Mon Sep 17 00:00:00 2001 From: "benjamin%smedbergs.us" Date: Mon, 6 Aug 2007 20:56:36 +0000 Subject: [PATCH] Try a more specific approach to avoid mac linkage errors with dual -Wl,-executable_path flags on the linker commandline --- layout/tools/reftest/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layout/tools/reftest/Makefile.in b/layout/tools/reftest/Makefile.in index 9ea2ccc1d8d..9365e1d00ad 100644 --- a/layout/tools/reftest/Makefile.in +++ b/layout/tools/reftest/Makefile.in @@ -86,7 +86,7 @@ endif EXTRA_DSO_LDOPTS = \ $(LIBS_DIR) \ $(EXTRA_DSO_LIBS) \ - $(XPCOM_GLUE_LDOPTS) \ + $(DIST)/lib/$(LIB_PREFIX)xpcomglue_s.$(LIB_SUFFIX) \ $(MOZ_COMPONENT_LIBS) \ $(ZLIB_LIBS) \ $(NULL)