From 054a462fe3a98197256531e377e24479e0b166e6 Mon Sep 17 00:00:00 2001 From: "mcafee%netscape.com" Date: Tue, 16 Feb 1999 01:40:50 +0000 Subject: [PATCH] Fixing libreg breakage --- htmlparser/robot/Makefile.in | 1 + parser/htmlparser/robot/Makefile.in | 1 + 2 files changed, 2 insertions(+) diff --git a/htmlparser/robot/Makefile.in b/htmlparser/robot/Makefile.in index cce2b28348bb..7f854416c064 100644 --- a/htmlparser/robot/Makefile.in +++ b/htmlparser/robot/Makefile.in @@ -54,6 +54,7 @@ LIBS = \ -lxp \ -ljs \ -lxpcom \ + -lreg \ $(TK_LIBS) \ $(ZLIB_LIBS) \ $(NSPR_LIBS) \ diff --git a/parser/htmlparser/robot/Makefile.in b/parser/htmlparser/robot/Makefile.in index cce2b28348bb..7f854416c064 100644 --- a/parser/htmlparser/robot/Makefile.in +++ b/parser/htmlparser/robot/Makefile.in @@ -54,6 +54,7 @@ LIBS = \ -lxp \ -ljs \ -lxpcom \ + -lreg \ $(TK_LIBS) \ $(ZLIB_LIBS) \ $(NSPR_LIBS) \