firefox-libxul-sdk.patch
changeset 153 46ee28dc7145
parent 91 38ffd1ff8094
equal deleted inserted replaced
150:2add76c047fb 153:46ee28dc7145
     1 diff --git a/browser/locales/Makefile.in b/browser/locales/Makefile.in
     1 diff --git a/browser/locales/Makefile.in b/browser/locales/Makefile.in
     2 --- a/browser/locales/Makefile.in
     2 --- a/browser/locales/Makefile.in
     3 +++ b/browser/locales/Makefile.in
     3 +++ b/browser/locales/Makefile.in
     4 @@ -178,20 +178,22 @@ libs:: $(addsuffix .xml,$(SEARCH_PLUGINS
     4 @@ -180,19 +180,21 @@ libs:: $(addsuffix .xml,$(SEARCH_PLUGINS
     5  	$(SYSINSTALL) $(IFLAGS1) $^ $(FINAL_TARGET)/searchplugins
     5  	$(SYSINSTALL) $(IFLAGS1) $^ $(FINAL_TARGET)/searchplugins
     6  
     6  
     7  install:: $(addsuffix .xml,$(SEARCH_PLUGINS))
     7  install:: $(addsuffix .xml,$(SEARCH_PLUGINS))
     8  	$(SYSINSTALL) $(IFLAGS1) $^ $(DESTDIR)$(mozappdir)/searchplugins
     8  	$(SYSINSTALL) $(IFLAGS1) $^ $(DESTDIR)$(mozappdir)/searchplugins
     9  
     9  
    13 +ifndef LIBXUL_SDK
    13 +ifndef LIBXUL_SDK
    14  	@$(MAKE) -C ../../toolkit/locales libs-$* BOTH_MANIFESTS=1
    14  	@$(MAKE) -C ../../toolkit/locales libs-$* BOTH_MANIFESTS=1
    15 +	@$(MAKE) -C ../../extensions/spellcheck/locales AB_CD=$* XPI_NAME=locale-$* BOTH_MANIFESTS=1
    15 +	@$(MAKE) -C ../../extensions/spellcheck/locales AB_CD=$* XPI_NAME=locale-$* BOTH_MANIFESTS=1
    16 +endif
    16 +endif
    17  	@$(MAKE) -C ../../services/sync/locales AB_CD=$* XPI_NAME=locale-$* BOTH_MANIFESTS=1
    17  	@$(MAKE) -C ../../services/sync/locales AB_CD=$* XPI_NAME=locale-$* BOTH_MANIFESTS=1
    18  	@$(MAKE) -C ../../extensions/reporter/locales libs AB_CD=$* XPI_NAME=locale-$* BOTH_MANIFESTS=1
       
    19 -	@$(MAKE) -C ../../extensions/spellcheck/locales AB_CD=$* XPI_NAME=locale-$* BOTH_MANIFESTS=1
    18 -	@$(MAKE) -C ../../extensions/spellcheck/locales AB_CD=$* XPI_NAME=locale-$* BOTH_MANIFESTS=1
    20  	@$(MAKE) libs AB_CD=$* XPI_NAME=locale-$* PREF_DIR=defaults/pref BOTH_MANIFESTS=1
    19  	@$(MAKE) libs AB_CD=$* XPI_NAME=locale-$* PREF_DIR=defaults/pref BOTH_MANIFESTS=1
    21  	@$(MAKE) -C $(DEPTH)/$(MOZ_BRANDING_DIRECTORY)/locales AB_CD=$* XPI_NAME=locale-$* BOTH_MANIFESTS=1
    20  	@$(MAKE) -C $(DEPTH)/$(MOZ_BRANDING_DIRECTORY)/locales AB_CD=$* XPI_NAME=locale-$* BOTH_MANIFESTS=1
    22  
    21  
    23  
    22