fixing annoying 304098. this is a simple typo fix for MINIMO only.

This commit is contained in:
dougt%meer.net 2005-08-10 03:33:15 +00:00
Родитель 734507bb0f
Коммит 055a41737d
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1676,7 +1676,7 @@ if test -n "$MOZ_PROFILESHARING"; then
add_makefiles "$MAKEFILES_profilesharingsetup"
fi
if test -n "MINIMO"; then
if test -n "$MINIMO"; then
add_makefiles "$MAKEFILES_minimo"
add_makefiles "$MAKEFILES_xulapp"
fi