From a37dce8ff738d197258e4df7e352996cec4c0a4d Mon Sep 17 00:00:00 2001 From: Nick Thomas Date: Tue, 18 Aug 2009 17:23:38 +1200 Subject: [PATCH] Bug 530469, disable parallel make in build/wince/tools, r=ted.mielczarek --- build/wince/tools/Makefile.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build/wince/tools/Makefile.in b/build/wince/tools/Makefile.in index 306486e73ee..0212fd36aaa 100644 --- a/build/wince/tools/Makefile.in +++ b/build/wince/tools/Makefile.in @@ -55,4 +55,6 @@ include $(topsrcdir)/build/wince/tools/Makefile export:: -tools:: \ No newline at end of file +tools:: + +.NOTPARALLEL: