From 2dbbfccac97a9f0c2a057dd83399c4f8572af2ff Mon Sep 17 00:00:00 2001 From: "bryner%netscape.com" Date: Thu, 9 Jan 2003 23:41:15 +0000 Subject: [PATCH] Fix solaris bustage by making sure $(DIST)/bin is in the library path. --- toolkit/components/build/Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/toolkit/components/build/Makefile.in b/toolkit/components/build/Makefile.in index 8329eb93ad46..7fd70be4a91c 100644 --- a/toolkit/components/build/Makefile.in +++ b/toolkit/components/build/Makefile.in @@ -66,6 +66,7 @@ SHARED_LIBRARY_LIBS = \ EXTRA_DSO_LIBS = gkgfx EXTRA_DSO_LDOPTS += \ + $(LIBS_DIR) \ $(EXTRA_DSO_LIBS) \ $(MOZ_UNICHARUTIL_LIBS) \ $(MOZ_COMPONENT_LIBS) \