diff Makefile @ 10073:25919ebaba01

Makefile: update "make clean" target after f91e5630ce7e
author Martin Geisler <mg@lazybytes.net>
date Mon, 14 Dec 2009 23:14:50 +0100
parents a1217735dffb
children 821793e3049c
line wrap: on
line diff
--- a/Makefile	Mon Dec 14 22:15:46 2009 +0100
+++ b/Makefile	Mon Dec 14 23:14:50 2009 +0100
@@ -39,7 +39,7 @@
 	-$(PYTHON) setup.py clean --all # ignore errors from this command
 	find . -name '*.py[cdo]' -exec rm -f '{}' ';'
 	rm -f MANIFEST mercurial/__version__.py mercurial/*.so tests/*.err
-	rm -rf locale
+	rm -rf mercurial/locale
 	$(MAKE) -C doc clean
 
 install: install-bin install-doc