From 5078864b28fe0dfcda1d76b667f2a096b92a228a Mon Sep 17 00:00:00 2001 From: "bruce%cybersight.com" Date: Wed, 28 Apr 1999 05:30:09 +0000 Subject: [PATCH] Remove -lnetlib from link lines. Not needed. git-svn-id: svn://10.0.0.236/trunk@29691 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/base/tests/Makefile.in | 1 - mozilla/gfx/tests/Makefile.in | 1 - mozilla/htmlparser/robot/Makefile.in | 1 - mozilla/intl/strres/tests/Makefile.in | 1 - mozilla/layout/base/tests/Makefile.in | 1 - mozilla/layout/html/tests/Makefile.in | 1 - mozilla/parser/htmlparser/robot/Makefile.in | 1 - mozilla/rdf/tests/rdfcat/Makefile.in | 1 - mozilla/widget/tests/widget/Makefile.in | 1 - mozilla/xpcom/tests/Makefile.in | 2 -- 10 files changed, 11 deletions(-) diff --git a/mozilla/base/tests/Makefile.in b/mozilla/base/tests/Makefile.in index 96be8572e27..451e613b1ac 100644 --- a/mozilla/base/tests/Makefile.in +++ b/mozilla/base/tests/Makefile.in @@ -44,7 +44,6 @@ LIBS = \ -lpwcac \ -lhttpurl \ -lnetwork \ - -lnetutil \ -lnetcache \ -lgmbase$(MOZ_TOOLKIT) \ $(TK_LIBS) \ diff --git a/mozilla/gfx/tests/Makefile.in b/mozilla/gfx/tests/Makefile.in index b3baf0609a0..7c1bc4ce624 100644 --- a/mozilla/gfx/tests/Makefile.in +++ b/mozilla/gfx/tests/Makefile.in @@ -49,7 +49,6 @@ LIBS = \ -lmimetype \ -lnetcnvts \ -lnetcache \ - -lnetutil \ -lpwcac \ -lgmbase$(MOZ_TOOLKIT) \ $(TK_LIBS) \ diff --git a/mozilla/htmlparser/robot/Makefile.in b/mozilla/htmlparser/robot/Makefile.in index 66b64555c83..7f51bf7fc17 100644 --- a/mozilla/htmlparser/robot/Makefile.in +++ b/mozilla/htmlparser/robot/Makefile.in @@ -46,7 +46,6 @@ LIBS = \ -lnetcnvts \ -lnetwork \ -lsockstuburl \ - -lnetutil \ -lmimetype \ -lnetcache \ -lhttpurl \ diff --git a/mozilla/intl/strres/tests/Makefile.in b/mozilla/intl/strres/tests/Makefile.in index b50ea962c30..dd7edfc4655 100644 --- a/mozilla/intl/strres/tests/Makefile.in +++ b/mozilla/intl/strres/tests/Makefile.in @@ -36,7 +36,6 @@ LIBS = \ -lpwcac \ -lhttpurl \ -lnetwork \ - -lnetutil \ -lnetcache \ -lgmbase$(MOZ_TOOLKIT) \ $(TK_LIBS) \ diff --git a/mozilla/layout/base/tests/Makefile.in b/mozilla/layout/base/tests/Makefile.in index f20c82115d1..a571d0c2dd1 100644 --- a/mozilla/layout/base/tests/Makefile.in +++ b/mozilla/layout/base/tests/Makefile.in @@ -46,7 +46,6 @@ LIBS = \ -lpwcac \ -lnetcache \ -lnetwork \ - -lnetutil \ -lraptorbase \ -lraptorhtml \ -lpref \ diff --git a/mozilla/layout/html/tests/Makefile.in b/mozilla/layout/html/tests/Makefile.in index b8fd3bd4991..6fb126d0166 100644 --- a/mozilla/layout/html/tests/Makefile.in +++ b/mozilla/layout/html/tests/Makefile.in @@ -55,7 +55,6 @@ LIBS = \ -lnetcache \ -lsockstuburl \ -lnetwork \ - -lnetutil \ -lgmbase$(MOZ_TOOLKIT) \ $(TK_LIBS) \ -lpref \ diff --git a/mozilla/parser/htmlparser/robot/Makefile.in b/mozilla/parser/htmlparser/robot/Makefile.in index 66b64555c83..7f51bf7fc17 100644 --- a/mozilla/parser/htmlparser/robot/Makefile.in +++ b/mozilla/parser/htmlparser/robot/Makefile.in @@ -46,7 +46,6 @@ LIBS = \ -lnetcnvts \ -lnetwork \ -lsockstuburl \ - -lnetutil \ -lmimetype \ -lnetcache \ -lhttpurl \ diff --git a/mozilla/rdf/tests/rdfcat/Makefile.in b/mozilla/rdf/tests/rdfcat/Makefile.in index ae28178da66..ae39f53ff4b 100644 --- a/mozilla/rdf/tests/rdfcat/Makefile.in +++ b/mozilla/rdf/tests/rdfcat/Makefile.in @@ -77,7 +77,6 @@ NETLIB_LIBS = \ -lnetcache \ -lnetcnvts \ -lnetlib \ - -lnetutil \ -lnetwork \ -lxp \ -ljsurl \ diff --git a/mozilla/widget/tests/widget/Makefile.in b/mozilla/widget/tests/widget/Makefile.in index 0e2b12fc184..0dbdf51c479 100644 --- a/mozilla/widget/tests/widget/Makefile.in +++ b/mozilla/widget/tests/widget/Makefile.in @@ -58,7 +58,6 @@ LIBS := \ -lnetcache \ -lpref \ -lsecfree \ - -lnetutil \ -l$(MOZ_LIB_UTIL_PREFIX)util \ -limg \ $(PNG_LIBS) \ diff --git a/mozilla/xpcom/tests/Makefile.in b/mozilla/xpcom/tests/Makefile.in index 006a2ec6ddb..6635172cc89 100644 --- a/mozilla/xpcom/tests/Makefile.in +++ b/mozilla/xpcom/tests/Makefile.in @@ -42,7 +42,6 @@ NETLIB_LIBS = \ -lnetcache \ -lnetcnvts \ -lnetlib \ - -lnetutil \ -lnetwork \ -lxp \ -ljsurl \ @@ -66,7 +65,6 @@ LIBS = \ -lnetcache \ -lnetcnvts \ -lnetlib \ - -lnetutil \ -lnetwork \ -lraptorbase \ -lxp \