From c0807794b2d9f5b19f17704d0bad76a1e1b5bb8f Mon Sep 17 00:00:00 2001 From: "jaggernaut%netscape.com" Date: Mon, 17 Dec 2001 09:22:47 +0000 Subject: [PATCH] Fix Darwin bustage git-svn-id: svn://10.0.0.236/trunk@110617 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/htmlparser/robot/Makefile.in | 5 ++++- mozilla/parser/htmlparser/robot/Makefile.in | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/mozilla/htmlparser/robot/Makefile.in b/mozilla/htmlparser/robot/Makefile.in index 7b16e463740..33b42649a1e 100644 --- a/mozilla/htmlparser/robot/Makefile.in +++ b/mozilla/htmlparser/robot/Makefile.in @@ -43,6 +43,9 @@ ifdef ENABLE_TESTS DIRS = test endif -EXTRA_DSO_LDOPTS += $(MOZ_COMPONENT_LIBS) +EXTRA_DSO_LDOPTS += \ + $(MOZ_UNICHARUTIL_LIBS) \ + $(MOZ_COMPONENT_LIBS) \ + $(NULL) include $(topsrcdir)/config/rules.mk diff --git a/mozilla/parser/htmlparser/robot/Makefile.in b/mozilla/parser/htmlparser/robot/Makefile.in index 7b16e463740..33b42649a1e 100644 --- a/mozilla/parser/htmlparser/robot/Makefile.in +++ b/mozilla/parser/htmlparser/robot/Makefile.in @@ -43,6 +43,9 @@ ifdef ENABLE_TESTS DIRS = test endif -EXTRA_DSO_LDOPTS += $(MOZ_COMPONENT_LIBS) +EXTRA_DSO_LDOPTS += \ + $(MOZ_UNICHARUTIL_LIBS) \ + $(MOZ_COMPONENT_LIBS) \ + $(NULL) include $(topsrcdir)/config/rules.mk