From: Gerd Moellmann Date: Fri, 16 Jun 2000 18:55:45 +0000 (+0000) Subject: (distclean): New target. X-Git-Tag: emacs-pretest-21.0.90~3274 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=432808885f6ef839e9ed6727f2d702aea53ddd39;p=emacs.git (distclean): New target. --- 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.