From 648654546fc50f2773a57c2462c17929e506f218 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 21 Dec 2001 11:07:49 +0000 Subject: [PATCH] (distclean): Remove Makefile in the build directory, not in the source directory. --- lisp/ChangeLog | 5 +++++ lisp/Makefile.in | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c1d837ed11a..ea87e31ae73 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2001-12-21 Eli Zaretskii + + * Makefile.in (distclean): Remove Makefile in the build + directory, not in the source directory. + 2001-12-20 Werner Lemberg * international/mule-diag.el (describe-coding-system, diff --git a/lisp/Makefile.in b/lisp/Makefile.in index 8062649645c..87fae4711f8 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in @@ -263,6 +263,6 @@ bootstrap-clean: bootstrap: autoloads compile-files custom-deps distclean: - -rm -f $(lisp)/Makefile + -rm -f ./Makefile # Makefile ends here. -- 2.39.2