From 61f2181e2639f7bf4e60b63990d1c6f99cb099ae Mon Sep 17 00:00:00 2001 From: "scc%mozilla.org" Date: Wed, 21 Feb 2001 12:35:31 +0000 Subject: [PATCH] fix build bustage on senna (ports) by adding |REQUIRES|. r=jag --- string/src/Makefile.in | 2 ++ xpcom/string/src/Makefile.in | 2 ++ 2 files changed, 4 insertions(+) diff --git a/string/src/Makefile.in b/string/src/Makefile.in index f2549a0a3691..3b92d524d8f2 100644 --- a/string/src/Makefile.in +++ b/string/src/Makefile.in @@ -29,6 +29,8 @@ include $(DEPTH)/config/autoconf.mk LIBRARY_NAME = string_s +REQUIRES = xpcom + CPPSRCS = \ nsFragmentedString.cpp \ nsPrintfCString.cpp \ diff --git a/xpcom/string/src/Makefile.in b/xpcom/string/src/Makefile.in index f2549a0a3691..3b92d524d8f2 100644 --- a/xpcom/string/src/Makefile.in +++ b/xpcom/string/src/Makefile.in @@ -29,6 +29,8 @@ include $(DEPTH)/config/autoconf.mk LIBRARY_NAME = string_s +REQUIRES = xpcom + CPPSRCS = \ nsFragmentedString.cpp \ nsPrintfCString.cpp \