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
This commit is contained in:
jdunn%netscape.com
1999-05-26 22:40:14 +00:00
parent b431e666a0
commit dfe1966918

View File

@@ -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