bug 493528 - Parallel build error with PalmSync, r=Standard8

This commit is contained in:
Robert Kaiser 2009-05-18 16:17:04 +02:00
Родитель 4ef3e2d11c
Коммит 337d199976
1 изменённых файлов: 6 добавлений и 3 удалений

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

@ -44,7 +44,10 @@ include $(DEPTH)/config/autoconf.mk
MODULE = mailnews
PARALLEL_DIRS = base/search/src db/msgdb db/gloda news local mime compose imap addrbook import extensions
PARALLEL_DIRS += base/search/src db/msgdb db/gloda news local mime compose imap addrbook import
# extensions (e.g. palmsync) can depend of things built in other dirs
DIRS += extensions
ifeq ($(OS_ARCH),WINNT)
ifndef GNU_CC
@ -53,9 +56,9 @@ endif
endif
ifdef MOZ_STATIC_MAIL_BUILD
DIRS = build
DIRS += build
else
DIRS = base/build
DIRS += base/build
endif
PREF_JS_EXPORTS = $(srcdir)/mailnews.js