From aa4f3529a13160a500f254f9942cdef0eb2a2808 Mon Sep 17 00:00:00 2001 From: "cbiesinger%web.de" Date: Wed, 4 Oct 2006 03:55:39 +0000 Subject: [PATCH] bug 354835 fix typo - this BOOTSTRAP_core should be BOOTSTRAP_necko, so that _core doesn't become empty on the next assignment r=bsmedberg --- client.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client.mk b/client.mk index 35b6ff49ade2..5dba3c8c422b 100644 --- a/client.mk +++ b/client.mk @@ -205,7 +205,7 @@ LOCALES_core := \ dom \ $(NULL) -BOOTSTRAP_core := \ +BOOTSTRAP_necko := \ mozilla/browser/config/version.txt \ mozilla/mail/config/version.txt \ mozilla/calendar/sunbird/config/version.txt \