# HG changeset patch # User Frank-Rainer Grahl # Date 1597751647 -7200 # Parent e27fc5cf36a560f4b5d7a3249d4035953f56cd22 Bug 1661939 - Remove unused dist/branding from mail makefile.in. r=mkmelin a=frg The backend code was removed in Bug 1426528 "Get rid of support for BRANDING_FILES". diff --git a/mail/locales/Makefile.in b/mail/locales/Makefile.in --- a/mail/locales/Makefile.in +++ b/mail/locales/Makefile.in @@ -64,19 +64,16 @@ DIST_SUBDIRS = $(DIST_SUBDIR) include $(topsrcdir)/config/rules.mk include $(topsrcdir)/mozilla/toolkit/locales/l10n.mk $(list-json): $(call mkdir_deps,$(SEARCHPLUGINS_PATH)) $(if $(IS_LANGUAGE_REPACK),FORCE) $(call py_action,generate_searchjson,$(srcdir)/search/list.json $(AB_CD) $(list-json)) searchplugins:: $(list-json) -$(DIST)/branding: - $(NSINSTALL) -D $@ - libs-%: AB_CD=$* libs-%: # merge if we're not en-US. Conditional function because # we need the current value of AB_CD. $(if $(filter en-US,$(AB_CD)),, @$(MAKE) merge-$*) $(NSINSTALL) -D $(DIST)/install @$(MAKE) -C $(DEPTH)/toolkit/locales libs-$* XPI_ROOT_APPID='$(XPI_ROOT_APPID)' @$(MAKE) -C $(DEPTH)/devtools/client/locales AB_CD=$* XPI_NAME=locale-$* XPI_ROOT_APPID='$(XPI_ROOT_APPID)'