From dfe1966918d4e18ff63c042dbb80dda1a8a50ede Mon Sep 17 00:00:00 2001 From: "jdunn%netscape.com" Date: Wed, 26 May 1999 22:40:14 +0000 Subject: [PATCH] Fixing link/runtime problem with certain platforms. Linking against the 'libs' directory is forcing AIX to link statically instead of dynamically. git-svn-id: svn://10.0.0.236/trunk@32761 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/config/config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/config/config.mk b/mozilla/config/config.mk index d79ab3cb770..b120fd340a0 100644 --- a/mozilla/config/config.mk +++ b/mozilla/config/config.mk @@ -441,7 +441,7 @@ endif # We need to know where to find the libraries we # put on the link line for binaries, and should # we link statically or dynamic? Assuming dynamic for now. -LIBS_DIR = -L$(DIST)/bin -L$(DIST)/lib +LIBS_DIR = -L$(DIST)/bin # all public include files go in subdirectories of PUBLIC: PUBLIC = $(XPDIST)/public