From 432808885f6ef839e9ed6727f2d702aea53ddd39 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Fri, 16 Jun 2000 18:55:45 +0000 Subject: [PATCH] (distclean): New target. --- lisp/Makefile.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lisp/Makefile.in b/lisp/Makefile.in index 3520ea60d9b..9985d399605 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in @@ -182,4 +182,7 @@ bootstrap-clean: bootstrap: autoloads compile-files custom-deps +distclean: + -rm -f $(lisp)/Makefile + # Makefile ends here. -- 2.39.5