From 86bedd3db5a90a3980976271c7d5e5fa121e9447 Mon Sep 17 00:00:00 2001 From: "scott%scott-macgregor.org" Date: Fri, 4 Feb 2005 03:20:46 +0000 Subject: [PATCH] Bug #267753 --> Fix Thunderbird Mac smoketest bustage. We need to build the editor ui chrome package before we build mozilla\mail\app or editor chrome misses the rsync boat... --- Makefile.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile.in b/Makefile.in index f93c020130db..4d7d48c3befb 100644 --- a/Makefile.in +++ b/Makefile.in @@ -342,6 +342,10 @@ ifdef MOZ_XULRUNNER tier_99_dirs += xulrunner endif +ifdef MOZ_COMPOSER +tier_99_dirs += editor/ui +endif + ifdef MOZ_THUNDERBIRD ifdef MOZ_USE_OFFICIAL_BRANDING tier_99_dirs += other-licenses/branding/thunderbird @@ -352,10 +356,6 @@ tier_99_dirs += other-licenses/branding/thunderbird/content endif endif -ifdef MOZ_COMPOSER -tier_99_dirs += editor/ui -endif - ifdef MOZ_STANDALONE_COMPOSER tier_99_dirs += composer endif