aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2000-06-16 18:55:45 +0000
committerGerd Moellmann2000-06-16 18:55:45 +0000
commit432808885f6ef839e9ed6727f2d702aea53ddd39 (patch)
treedd5f7f9a71c6e349b78c066a5c1759eaa7508707
parent0a2ea2356dcc1bb2413d8e9d03cabc3d19022199 (diff)
downloademacs-432808885f6ef839e9ed6727f2d702aea53ddd39.tar.gz
emacs-432808885f6ef839e9ed6727f2d702aea53ddd39.zip
(distclean): New target.
-rw-r--r--lisp/Makefile.in3
1 files changed, 3 insertions, 0 deletions
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:
182 182
183bootstrap: autoloads compile-files custom-deps 183bootstrap: autoloads compile-files custom-deps
184 184
185distclean:
186 -rm -f $(lisp)/Makefile
187
185# Makefile ends here. 188# Makefile ends here.