Makefile
changeset 28430 17b85d739b62
parent 27212 ef9301ce6046
child 28457 e6310cdcc4d0
--- a/Makefile	Wed Mar 09 08:08:27 2016 -0800
+++ b/Makefile	Wed Mar 09 15:47:01 2016 +0000
@@ -63,6 +63,7 @@
 		\( -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
 	rm -rf build mercurial/locale
 	$(MAKE) -C doc clean