From b6df91557d3b59dae1bafabeef62e405120f52eb Mon Sep 17 00:00:00 2001 From: "cltbld%netscape.com" Date: Wed, 30 Aug 2000 23:17:10 +0000 Subject: [PATCH] Fixing solaris bustage harishd/mcafee git-svn-id: svn://10.0.0.236/trunk@77670 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/htmlparser/robot/test/Makefile.in | 4 +++- mozilla/htmlparser/tests/outsinks/Makefile.in | 1 + mozilla/parser/htmlparser/robot/test/Makefile.in | 4 +++- mozilla/parser/htmlparser/tests/outsinks/Makefile.in | 1 + 4 files changed, 8 insertions(+), 2 deletions(-) diff --git a/mozilla/htmlparser/robot/test/Makefile.in b/mozilla/htmlparser/robot/test/Makefile.in index 96b7f3ef8f6..2d6a69f0af4 100644 --- a/mozilla/htmlparser/robot/test/Makefile.in +++ b/mozilla/htmlparser/robot/test/Makefile.in @@ -28,7 +28,6 @@ include $(DEPTH)/config/autoconf.mk PROGRAM = htmlrobot$(BIN_SUFFIX) - CPPSRCS = RobotMain.cpp ifeq ($(USE_SHORT_LIBNAME),1) @@ -41,6 +40,7 @@ LIBS = \ $(EXTRA_DSO_LIBS) \ $(LOST_SYM_LIBS) \ $(MOZ_COMPONENT_LIBS) \ + -L$(DIST)/bin/components -lhtmlpars \ $(NULL) include $(topsrcdir)/config/config.mk @@ -57,3 +57,5 @@ include $(topsrcdir)/config/rules.mk DEFINES += -DUSE_NSREG +test: + @echo MOZ_COMPONENT_LIBS = $(MOZ_COMPONENT_LIBS) diff --git a/mozilla/htmlparser/tests/outsinks/Makefile.in b/mozilla/htmlparser/tests/outsinks/Makefile.in index f59d863a7ee..5a0ead8ff0f 100644 --- a/mozilla/htmlparser/tests/outsinks/Makefile.in +++ b/mozilla/htmlparser/tests/outsinks/Makefile.in @@ -34,6 +34,7 @@ CPPSRCS = \ $(NULL) LIBS = \ + -L$(DIST)/bin/components -lhtmlpars \ $(XPCOM_LIBS) \ $(MOZ_JS_LIBS) \ $(NSPR_LIBS) \ diff --git a/mozilla/parser/htmlparser/robot/test/Makefile.in b/mozilla/parser/htmlparser/robot/test/Makefile.in index 96b7f3ef8f6..2d6a69f0af4 100644 --- a/mozilla/parser/htmlparser/robot/test/Makefile.in +++ b/mozilla/parser/htmlparser/robot/test/Makefile.in @@ -28,7 +28,6 @@ include $(DEPTH)/config/autoconf.mk PROGRAM = htmlrobot$(BIN_SUFFIX) - CPPSRCS = RobotMain.cpp ifeq ($(USE_SHORT_LIBNAME),1) @@ -41,6 +40,7 @@ LIBS = \ $(EXTRA_DSO_LIBS) \ $(LOST_SYM_LIBS) \ $(MOZ_COMPONENT_LIBS) \ + -L$(DIST)/bin/components -lhtmlpars \ $(NULL) include $(topsrcdir)/config/config.mk @@ -57,3 +57,5 @@ include $(topsrcdir)/config/rules.mk DEFINES += -DUSE_NSREG +test: + @echo MOZ_COMPONENT_LIBS = $(MOZ_COMPONENT_LIBS) diff --git a/mozilla/parser/htmlparser/tests/outsinks/Makefile.in b/mozilla/parser/htmlparser/tests/outsinks/Makefile.in index f59d863a7ee..5a0ead8ff0f 100644 --- a/mozilla/parser/htmlparser/tests/outsinks/Makefile.in +++ b/mozilla/parser/htmlparser/tests/outsinks/Makefile.in @@ -34,6 +34,7 @@ CPPSRCS = \ $(NULL) LIBS = \ + -L$(DIST)/bin/components -lhtmlpars \ $(XPCOM_LIBS) \ $(MOZ_JS_LIBS) \ $(NSPR_LIBS) \