From 2dccd09e543bc7ff10be19750e9b2248faedbff0 Mon Sep 17 00:00:00 2001 From: "dp%netscape.com" Date: Tue, 16 May 2000 23:05:24 +0000 Subject: [PATCH] Using BUILD_MODULES for standalone xpcom. Thanks to cls@seawood.org git-svn-id: svn://10.0.0.236/trunk@70154 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/allmakefiles.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/allmakefiles.sh b/mozilla/allmakefiles.sh index 890b9ad0c80..103ade8c831 100755 --- a/mozilla/allmakefiles.sh +++ b/mozilla/allmakefiles.sh @@ -45,7 +45,7 @@ if [ -z "${srcdir}" ]; then fi # xpcom standalone mode -if [ "$XPCOM_STANDALONE" ]; then +if [ `echo "$BUILD_MODULES" | grep -c xpcom` != 0 ]; then add_makefiles <