mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
(distclean): Remove Makefile in the build directory, not in the source
directory.
This commit is contained in:
parent
4df45701a9
commit
648654546f
2 changed files with 6 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -263,6 +263,6 @@ bootstrap-clean:
|
|||
bootstrap: autoloads compile-files custom-deps
|
||||
|
||||
distclean:
|
||||
-rm -f $(lisp)/Makefile
|
||||
-rm -f ./Makefile
|
||||
|
||||
# Makefile ends here.
|
||||
|
|
|
|||
Loading…
Reference in a new issue