changeset 42222:2f835f4a8ef8

(distclean): Remove Makefile in the build directory, not in the source directory.
author Eli Zaretskii <eliz@gnu.org>
date Fri, 21 Dec 2001 11:05:18 +0000
parents 1af7ce62a225
children e5cf11c58b71
files lisp/Makefile.in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/Makefile.in	Fri Dec 21 10:22:39 2001 +0000
+++ b/lisp/Makefile.in	Fri Dec 21 11:05:18 2001 +0000
@@ -263,6 +263,6 @@
 bootstrap: autoloads compile-files custom-deps
 
 distclean:
-	-rm -f $(lisp)/Makefile
+	-rm -f ./Makefile
 
 # Makefile ends here.