Search
j0ke.net Open Build Service
>
Projects
>
mozilla
>
MozillaFirefox3
> firefox-libxul-sdk.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File firefox-libxul-sdk.patch of Package MozillaFirefox3 (Revision 10)
Currently displaying revision
10
,
show latest
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-$*