Use -lfoo for libs instead of hardcoding to $(DIST)/bin/libfoo.so. This

makes more unix linker happy.


git-svn-id: svn://10.0.0.236/trunk@13861 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
ramiro%netscape.com
1998-11-02 12:20:07 +00:00
parent 53faa92171
commit 2e7953e856
2 changed files with 12 additions and 9 deletions

View File

@@ -28,10 +28,11 @@ REQUIRES=util img xpcom raptor netlib
LCFLAGS+=-D_IMPL_NS_GFXONXP
EXTRA_DSO_LDOPTS+=\
$(DIST)/bin/libxpcom.so \
$(DIST)/bin/libraptorgfx.so \
$(DIST)/bin/libraptorbase.so \
$(DIST)/bin/libreg.so \
-L$(DIST)/bin \
-lxpcom \
-lraptorgfx \
-lraptorbase \
-lreg \
$(LIBNSPR)\
$(DIST)/lib/libplc21.a

View File

@@ -33,11 +33,13 @@ REQUIRES=util img xpcom raptor netlib
DEFINES += -D_IMPL_NS_GFXONXP
EXTRA_DSO_LDOPTS+=\
$(DIST)/bin/libxpcom.so \
$(DIST)/bin/libraptorgfx.so \
$(DIST)/bin/libraptorbase.so \
$(DIST)/bin/libreg.so \
$(NSPR_LIBS)
-L$(DIST)/bin \
-lxpcom \
-lraptorgfx \
-lraptorbase \
-lreg \
$(LIBNSPR)\
$(DIST)/lib/libplc21.a
EXTRA_DSO_LDOPTS+= $(XLDFLAGS) $(XLIBS)