Bug 258804 It tries to build Dogbert for BeOS and it's not needed

patch by fvincent@bol.com.br r=sergei_d sr=mscott
This commit is contained in:
timeless%mozdev.org 2005-11-14 11:01:50 +00:00
Родитель e54d3565c3
Коммит accea6feea
1 изменённых файлов: 4 добавлений и 1 удалений

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

@ -35,9 +35,12 @@ CPPSRCS = \
nsMailProfileMigratorUtils.cpp \
nsNetscapeProfileMigratorBase.cpp \
nsSeamonkeyProfileMigrator.cpp \
nsDogbertProfileMigrator.cpp \
$(NULL)
ifneq ($(OS_ARCH),BeOS)
CPPSRCS += nsDogbertProfileMigrator.cpp
endif
ifeq ($(OS_ARCH),WINNT)
CPPSRCS += \
nsProfileMigratorBase.cpp \