diff -r c322890b03e6 -r f6b3b346d80c Makefile --- a/Makefile Wed May 11 18:18:50 2011 +0200 +++ b/Makefile Fri May 13 11:26:29 2011 +0200 @@ -45,6 +45,7 @@ clean: -$(PYTHON) setup.py clean --all # ignore errors from this command find . \( -name '*.py[cdo]' -o -name '*.so' \) -exec rm -f '{}' ';' + rm -f $(addprefix mercurial/,$(notdir $(wildcard mercurial/pure/*.py))) rm -f MANIFEST tests/*.err rm -rf build mercurial/locale $(MAKE) -C doc clean