From ac84840cc07ca02be424653bef60e2f42d406c0f Mon Sep 17 00:00:00 2001 From: Michael Droettboom Date: Thu, 17 May 2018 12:03:06 -0400 Subject: [PATCH] Reinstate the removal of legacy mac encodings --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 5d26c7e46..8d8c6592c 100644 --- a/Makefile +++ b/Makefile @@ -181,6 +181,7 @@ root/.built: \ cd root/lib/python$(PYMINOR); \ rm -fr `cat ../../../remove_modules.txt`; \ rm encodings/cp*.py; \ + rm encodings/mac_*.py; \ find . -name "*.wasm.pre" -type f -delete ; \ find -type d -name __pycache__ -prune -exec rm -rf {} \; \ )