(distclean): Remove Makefile in the build directory, not in the source
authorEli Zaretskii <eliz@gnu.org>
Fri, 21 Dec 2001 11:07:49 +0000 (11:07 +0000)
committerEli Zaretskii <eliz@gnu.org>
Fri, 21 Dec 2001 11:07:49 +0000 (11:07 +0000)
directory.

lisp/ChangeLog
lisp/Makefile.in

index c1d837e..ea87e31 100644 (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,
index 8062649..87fae47 100644 (file)
@@ -263,6 +263,6 @@ bootstrap-clean:
 bootstrap: autoloads compile-files custom-deps
 
 distclean:
-       -rm -f $(lisp)/Makefile
+       -rm -f ./Makefile
 
 # Makefile ends here.