Using BUILD_MODULES for standalone xpcom. Thanks to cls@seawood.org

This commit is contained in:
dp%netscape.com 2000-05-16 23:05:24 +00:00
parent 1583b5496b
commit d846da6a94

View File

@ -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 <<END_XPCOM_STANDALONE_MAKEFILES
#
# General