summaryrefslogtreecommitdiffstats
path: root/toolkit/locales/Makefile.in
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2020-03-05 19:30:38 -0500
committerMatt A. Tobin <email@mattatobin.com>2020-03-05 19:30:38 -0500
commit4d80ed3d51cf10109600ba3fd6352193b58d28c8 (patch)
treee29f0fb4ec055595f79ce40cb5a8e01987ce047d /toolkit/locales/Makefile.in
parent8baaecd89c830d65aaeffe0b01931a7b0706ec47 (diff)
downloadUXP-4d80ed3d51cf10109600ba3fd6352193b58d28c8.tar
UXP-4d80ed3d51cf10109600ba3fd6352193b58d28c8.tar.gz
UXP-4d80ed3d51cf10109600ba3fd6352193b58d28c8.tar.lz
UXP-4d80ed3d51cf10109600ba3fd6352193b58d28c8.tar.xz
UXP-4d80ed3d51cf10109600ba3fd6352193b58d28c8.zip
Issue #1470 - Part 3: Remove now unused update.locale
This requires changes to package-manifest in all applications
Diffstat (limited to 'toolkit/locales/Makefile.in')
-rw-r--r--toolkit/locales/Makefile.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/toolkit/locales/Makefile.in b/toolkit/locales/Makefile.in
index 198d9aaa8..585c70986 100644
--- a/toolkit/locales/Makefile.in
+++ b/toolkit/locales/Makefile.in
@@ -29,6 +29,3 @@ chrome-%:
@$(MAKE) -C $(DEPTH)/security/manager/locales/ chrome AB_CD=$*
@$(MAKE) chrome AB_CD=$*
-libs:: update.locale
- sed -e 's/%AB_CD%/$(AB_CD)/' $< > $(FINAL_TARGET)/update.locale
-