From 8361f78dfba937bf6ce364f1150ac5f2a6ef274a Mon Sep 17 00:00:00 2001 From: Rob Campbell Date: Tue, 16 Aug 2011 12:06:28 -0300 Subject: [PATCH] Bug 678021 - browser/base and browser/devtools are racing to make jars; r=dolske --- browser/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browser/Makefile.in b/browser/Makefile.in index d45b6e1a73ab..923c4d28da24 100644 --- a/browser/Makefile.in +++ b/browser/Makefile.in @@ -45,13 +45,13 @@ include $(topsrcdir)/config/config.mk PARALLEL_DIRS = \ base \ components \ - devtools \ fuel \ locales \ themes \ $(NULL) DIRS = \ + devtools \ app \ $(NULL)