From f86a80ee787fc2f0a0f4a9cb2cb43d2ec708011c Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Wed, 15 Aug 2018 03:19:07 -0400 Subject: Do not try and include devtools shared l10n when devtools is not built --- toolkit/locales/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'toolkit/locales/Makefile.in') diff --git a/toolkit/locales/Makefile.in b/toolkit/locales/Makefile.in index 189e0b1b0..198d9aaa8 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 -- cgit v1.2.3