From 21de2e9959de2aa61aa434420c6d80da6444e227 Mon Sep 17 00:00:00 2001 From: "Jerry.Kirk%Nexwarecorp.com" Date: Wed, 9 Jun 1999 19:48:58 +0000 Subject: [PATCH] - Bug 7794 Move $(TK_LIBS) further down in the library list. git-svn-id: svn://10.0.0.236/trunk@34457 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/layout/html/tests/Makefile.in | 2 +- mozilla/mailnews/local/tests/pop3/Makefile.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/layout/html/tests/Makefile.in b/mozilla/layout/html/tests/Makefile.in index e2cbe748189..c94f62fbc21 100644 --- a/mozilla/layout/html/tests/Makefile.in +++ b/mozilla/layout/html/tests/Makefile.in @@ -52,7 +52,6 @@ LIBS = \ -lnetcache \ -lsockstuburl \ -lnetwork \ - $(TK_LIBS) \ -lpref \ -lsecfree \ -l$(MOZ_LIB_JS_PREFIX)js \ @@ -67,6 +66,7 @@ LIBS = \ -lexpat \ -lxmltok \ -ljsurl \ + $(TK_LIBS) \ $(ZLIB_LIBS) \ $(NSPR_LIBS) \ $(NULL) diff --git a/mozilla/mailnews/local/tests/pop3/Makefile.in b/mozilla/mailnews/local/tests/pop3/Makefile.in index c7f4d810eb5..6b0d67a6323 100644 --- a/mozilla/mailnews/local/tests/pop3/Makefile.in +++ b/mozilla/mailnews/local/tests/pop3/Makefile.in @@ -57,12 +57,12 @@ LIBS = \ -lsecfree \ $(ZLIB_LIBS) \ $(NSPR_LIBS) \ - $(TK_LIBS) \ -lgfx$(MOZ_TOOLKIT) \ -lraptorgfx \ -lgfxps \ -limg \ -lmozutil \ + $(TK_LIBS) \ $(NULL) include $(topsrcdir)/config/config.mk