make: remove packages directory in clean rule

This commit is contained in:
Sean Farley 2016-04-15 13:10:34 -07:00
parent 8110a0a71f
commit 33f8cae522

View File

@ -65,7 +65,7 @@ clean:
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
rm -rf build packages mercurial/locale
$(MAKE) -C doc clean
$(MAKE) -C contrib/chg distclean