summaryrefslogtreecommitdiffstats
path: root/application/palemoon/locales
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2018-12-01 16:39:51 -0500
committerMatt A. Tobin <email@mattatobin.com>2018-12-01 16:39:51 -0500
commitd3e5569ee138378a0b26921206edd0b2627c24ab (patch)
tree4b5db55d187db6ed689430be6007d3e1ae93ca89 /application/palemoon/locales
parente5e21699ca95369651670a302fde26dc6c19b4bd (diff)
downloadUXP-d3e5569ee138378a0b26921206edd0b2627c24ab.tar
UXP-d3e5569ee138378a0b26921206edd0b2627c24ab.tar.gz
UXP-d3e5569ee138378a0b26921206edd0b2627c24ab.tar.lz
UXP-d3e5569ee138378a0b26921206edd0b2627c24ab.tar.xz
UXP-d3e5569ee138378a0b26921206edd0b2627c24ab.zip
[PALEMOON] Complete making Sync optional at build time - Part 2: Packaging
Diffstat (limited to 'application/palemoon/locales')
-rw-r--r--application/palemoon/locales/Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/application/palemoon/locales/Makefile.in b/application/palemoon/locales/Makefile.in
index c81329a9a..38a867658 100644
--- a/application/palemoon/locales/Makefile.in
+++ b/application/palemoon/locales/Makefile.in
@@ -121,7 +121,9 @@ searchplugins: $(addprefix $(FINAL_TARGET)/searchplugins/,$(SEARCHPLUGINS))
libs-%:
$(NSINSTALL) -D $(DIST)/install
@$(MAKE) -C ../../../toolkit/locales libs-$*
+ifdef MOZ_SERVICES_SYNC
@$(MAKE) -C ../../../services/sync/locales AB_CD=$* XPI_NAME=locale-$*
+endif
@$(MAKE) -C ../../../extensions/spellcheck/locales AB_CD=$* XPI_NAME=locale-$*
@$(MAKE) -C ../../../intl/locales AB_CD=$* XPI_NAME=locale-$*
ifdef MOZ_DEVTOOLS