From ebd11f4040621bdb655be45b174fea6ed06db1a6 Mon Sep 17 00:00:00 2001 From: NTD Date: Wed, 15 Aug 2018 03:19:07 -0400 Subject: [PATCH] Do not try and include devtools shared l10n when devtools is not built --- toolkit/locales/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/toolkit/locales/Makefile.in b/toolkit/locales/Makefile.in index 189e0b1b0e..198d9aaa87 100644 --- a/toolkit/locales/Makefile.in +++ b/toolkit/locales/Makefile.in @@ -16,7 +16,9 @@ libs-%: @$(MAKE) -C ../../netwerk/locales/ libs AB_CD=$* XPI_NAME=locale-$* @$(MAKE) -C ../../dom/locales/ libs AB_CD=$* XPI_NAME=locale-$* @$(MAKE) -C ../../security/manager/locales/ libs AB_CD=$* XPI_NAME=locale-$* +ifdef MOZ_DEVTOOLS_SERVER @$(MAKE) -C ../../devtools/shared/locales/ libs AB_CD=$* XPI_NAME=locale-$* +endif @$(MAKE) libs AB_CD=$* XPI_NAME=locale-$* # target to be used by multi-locale l10n builds, just add this locale