From 337d199976dd1e63f95bdf7966f0ce426874aa91 Mon Sep 17 00:00:00 2001 From: Robert Kaiser Date: Mon, 18 May 2009 16:17:04 +0200 Subject: [PATCH] bug 493528 - Parallel build error with PalmSync, r=Standard8 --- mailnews/Makefile.in | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/mailnews/Makefile.in b/mailnews/Makefile.in index 50fef38f08..0d488b1955 100644 --- a/mailnews/Makefile.in +++ b/mailnews/Makefile.in @@ -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