From e01c4bdb2bc45842e268422ae77644ee6db00417 Mon Sep 17 00:00:00 2001 From: "mcafee%netscape.com" Date: Thu, 27 May 1999 00:55:09 +0000 Subject: [PATCH] -lraptorhtml is a component now, don't link with it. git-svn-id: svn://10.0.0.236/trunk@32830 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/rdf/tests/rdfcat/Makefile.in | 1 - mozilla/rdf/tests/rdfpoll/Makefile.in | 1 - mozilla/widget/tests/scribble/Makefile.in | 1 - 3 files changed, 3 deletions(-) diff --git a/mozilla/rdf/tests/rdfcat/Makefile.in b/mozilla/rdf/tests/rdfcat/Makefile.in index bee04be5f73..00b3636f02c 100644 --- a/mozilla/rdf/tests/rdfcat/Makefile.in +++ b/mozilla/rdf/tests/rdfcat/Makefile.in @@ -47,7 +47,6 @@ GECKO_LIBS = \ -lraptorgfx \ $(TOOLKIT_GFX_LIB) \ -lgfxps \ - -lraptorhtml \ -lraptorhtmlpars \ -lexpat \ -lxmltok \ diff --git a/mozilla/rdf/tests/rdfpoll/Makefile.in b/mozilla/rdf/tests/rdfpoll/Makefile.in index bcc22aaa62a..1f32bd89509 100644 --- a/mozilla/rdf/tests/rdfpoll/Makefile.in +++ b/mozilla/rdf/tests/rdfpoll/Makefile.in @@ -47,7 +47,6 @@ GECKO_LIBS = \ -lraptorgfx \ $(TOOLKIT_GFX_LIB) \ -lgfxps \ - -lraptorhtml \ -lraptorhtmlpars \ -lexpat \ -lxmltok \ diff --git a/mozilla/widget/tests/scribble/Makefile.in b/mozilla/widget/tests/scribble/Makefile.in index 7887b1ac5f9..c9f8ba6e363 100644 --- a/mozilla/widget/tests/scribble/Makefile.in +++ b/mozilla/widget/tests/scribble/Makefile.in @@ -52,7 +52,6 @@ LIBS := \ -lraptorgfx \ $(TOOLKIT_GFX_LIB) \ -lgfxps \ - -lraptorhtml \ $(DIST)/lib/libraptorhtmlforms_s.a \ -lraptorhtmlpars \ -lraptorview \