(distclean): Remove Makefile in the build directory, not in the source

directory.
This commit is contained in:
Eli Zaretskii 2001-12-21 11:07:49 +00:00
parent 4df45701a9
commit 648654546f
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
* Makefile.in (distclean): Remove Makefile in the build
directory, not in the source directory.
2001-12-20 Werner Lemberg <wl@gnu.org>
* international/mule-diag.el (describe-coding-system,

View file

@ -263,6 +263,6 @@ bootstrap-clean:
bootstrap: autoloads compile-files custom-deps
distclean:
-rm -f $(lisp)/Makefile
-rm -f ./Makefile
# Makefile ends here.