@@ -0,0 +1,20 @@
+Index: browser/locales/Makefile.in
+===================================================================
+RCS file: /cvsroot/mozilla/browser/locales/Makefile.in,v
+retrieving revision 1.59
+diff -u -r1.59 Makefile.in
+--- browser/locales/Makefile.in 10 Feb 2008 06:09:54 -0000 1.59
++++ browser/locales/Makefile.in 29 Feb 2008 08:48:09 -0000
+@@ -172,9 +172,11 @@
+ endif
+
+ libs-%:
++ifndef LIBXUL_SDK
+ @$(MAKE) -C ../../toolkit/locales libs-$*
+- @$(MAKE) -C ../../extensions/reporter/locales libs AB_CD=$* XPI_NAME=locale-$*
+ @$(MAKE) -C ../../extensions/spellcheck/locales AB_CD=$* XPI_NAME=locale-$*
++endif
++ @$(MAKE) -C ../../extensions/reporter/locales libs AB_CD=$* XPI_NAME=locale-$*
+ @$(MAKE) libs AB_CD=$* XPI_NAME=locale-$* PREF_DIR=defaults/pref
+ ifdef MOZ_BRANDING_DIRECTORY
+ @$(MAKE) -C $(DEPTH)/$(MOZ_BRANDING_DIRECTORY)/locales AB_CD=$* XPI_NAME=locale-$*
|