]> git.eshelyaron.com Git - emacs.git/commitdiff
(distclean): New target.
authorGerd Moellmann <gerd@gnu.org>
Fri, 16 Jun 2000 18:55:45 +0000 (18:55 +0000)
committerGerd Moellmann <gerd@gnu.org>
Fri, 16 Jun 2000 18:55:45 +0000 (18:55 +0000)
lisp/Makefile.in

index 3520ea60d9ba798a9c061bd177444adcc65b9f96..9985d399605ced028f1b5cdde5cfd6b5ec84653c 100644 (file)
@@ -182,4 +182,7 @@ bootstrap-clean:
 
 bootstrap: autoloads compile-files custom-deps
 
+distclean:
+       -rm -f $(lisp)/Makefile
+
 # Makefile ends here.