Bug 696498 - Make conditionals in toolkit-makefiles.sh consistent; r=khuey

This commit is contained in:
Ed Morley 2011-11-30 18:37:57 +00:00
parent 08b1cd1492
commit bab410d113

View File

@ -936,13 +936,13 @@ if [ "$MOZ_ZIPWRITER" ]; then
"
fi
if [ "$MOZ_TREE_CAIRO" ] ; then
if [ "$MOZ_TREE_CAIRO" ]; then
add_makefiles "
gfx/cairo/Makefile
gfx/cairo/cairo/src/Makefile
gfx/cairo/cairo/src/cairo-features.h
"
if [ "$MOZ_TREE_PIXMAN" ] ; then
if [ "$MOZ_TREE_PIXMAN" ]; then
add_makefiles "
gfx/cairo/libpixman/src/Makefile
"
@ -950,7 +950,7 @@ if [ "$MOZ_TREE_CAIRO" ] ; then
fi
if [ "$MOZ_UNIVERSALCHARDET" ] ; then
if [ "$MOZ_UNIVERSALCHARDET" ]; then
add_makefiles "
extensions/universalchardet/Makefile
extensions/universalchardet/src/Makefile
@ -966,7 +966,7 @@ if [ "$MOZ_AUTH_EXTENSION" ]; then
"
fi
if test -n "$MOZ_PSM"; then
if [ "$MOZ_PSM" ]; then
add_makefiles "
security/manager/Makefile
security/manager/boot/Makefile
@ -1003,7 +1003,7 @@ if [ ! "$SYSTEM_BZ2" ]; then
"
fi
if test -n "$MOZ_UPDATE_PACKAGING"; then
if [ "$MOZ_UPDATE_PACKAGING" ]; then
add_makefiles "
tools/update-packaging/Makefile
other-licenses/bsdiff/Makefile