diff options
| author | Gerd Moellmann | 2000-06-16 18:55:45 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-06-16 18:55:45 +0000 |
| commit | 432808885f6ef839e9ed6727f2d702aea53ddd39 (patch) | |
| tree | dd5f7f9a71c6e349b78c066a5c1759eaa7508707 | |
| parent | 0a2ea2356dcc1bb2413d8e9d03cabc3d19022199 (diff) | |
| download | emacs-432808885f6ef839e9ed6727f2d702aea53ddd39.tar.gz emacs-432808885f6ef839e9ed6727f2d702aea53ddd39.zip | |
(distclean): New target.
| -rw-r--r-- | lisp/Makefile.in | 3 |
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 | ||
| 183 | bootstrap: autoloads compile-files custom-deps | 183 | bootstrap: autoloads compile-files custom-deps |
| 184 | 184 | ||
| 185 | distclean: | ||
| 186 | -rm -f $(lisp)/Makefile | ||
| 187 | |||
| 185 | # Makefile ends here. | 188 | # Makefile ends here. |