Makefile
changeset 32180 2daba41c3b80
parent 32080 fcddcf442e4f
child 32471 014fa1ad5076
--- a/Makefile	Fri May 05 08:49:46 2017 -0700
+++ b/Makefile	Fri Aug 12 11:36:42 2016 +0900
@@ -64,7 +64,6 @@
 	-$(PYTHON) setup.py clean --all # ignore errors from this command
 	find contrib doc hgext hgext3rd i18n mercurial tests \
 		\( -name '*.py[cdo]' -o -name '*.so' \) -exec rm -f '{}' ';'
-	rm -f $(addprefix mercurial/,$(notdir $(wildcard mercurial/pure/[a-z]*.py)))
 	rm -f MANIFEST MANIFEST.in hgext/__index__.py tests/*.err
 	rm -f mercurial/__modulepolicy__.py
 	if test -d .hg; then rm -f mercurial/__version__.py; fi