From 53814014eec088426e62129e2d14715eb125edcd Mon Sep 17 00:00:00 2001 From: "briano%netscape.com" Date: Wed, 29 Sep 1999 21:41:26 +0000 Subject: [PATCH] Fix for AIX 4.2, specifically, but should help other platforms with shared library difficulties. Approved for carpool checkin by mcafee. git-svn-id: svn://10.0.0.236/trunk@49361 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/xpcom/tests/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/xpcom/tests/Makefile.in b/mozilla/xpcom/tests/Makefile.in index 4dcc1483e7c..e9351d81d13 100644 --- a/mozilla/xpcom/tests/Makefile.in +++ b/mozilla/xpcom/tests/Makefile.in @@ -46,7 +46,7 @@ CPPSRCS = \ SIMPLE_PROGRAMS = $(CPPSRCS:.cpp=) ifdef NO_LD_ARCHIVE_FLAGS -LOST_SYM_LIBS = -lxpcomds_s -lxptinfo +LOST_SYM_LIBS = -lxpcomds_s -lxptinfo -lmozreg_s endif include $(topsrcdir)/config/config.mk