From 01fda6864c7282920a97fd1e05835a2adaa6b9f6 Mon Sep 17 00:00:00 2001 From: "blizzard%redhat.com" Date: Fri, 28 May 1999 04:12:24 +0000 Subject: [PATCH] remove hard coded toolkit name git-svn-id: svn://10.0.0.236/trunk@33097 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/htmlparser/robot/Makefile.in | 2 +- mozilla/parser/htmlparser/robot/Makefile.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/htmlparser/robot/Makefile.in b/mozilla/htmlparser/robot/Makefile.in index 93d7578768f..820e2ad37da 100644 --- a/mozilla/htmlparser/robot/Makefile.in +++ b/mozilla/htmlparser/robot/Makefile.in @@ -52,7 +52,7 @@ LIBS = \ -lpref \ -lxp \ -l$(MOZ_LIB_JS_PREFIX)js \ - -lgfxgtk \ + -lgfx$(MOZ_TOOLKIT) \ -lraptorgfx \ -lgfxps \ -limg \ diff --git a/mozilla/parser/htmlparser/robot/Makefile.in b/mozilla/parser/htmlparser/robot/Makefile.in index 93d7578768f..820e2ad37da 100644 --- a/mozilla/parser/htmlparser/robot/Makefile.in +++ b/mozilla/parser/htmlparser/robot/Makefile.in @@ -52,7 +52,7 @@ LIBS = \ -lpref \ -lxp \ -l$(MOZ_LIB_JS_PREFIX)js \ - -lgfxgtk \ + -lgfx$(MOZ_TOOLKIT) \ -lraptorgfx \ -lgfxps \ -limg \