diff options
Diffstat (limited to 'lisp/Makefile.in')
| -rw-r--r-- | lisp/Makefile.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lisp/Makefile.in b/lisp/Makefile.in index 5085d3b5b91..e87ffa6f265 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in | |||
| @@ -311,9 +311,12 @@ bootstrap-prepare: | |||
| 311 | fi \ | 311 | fi \ |
| 312 | fi | 312 | fi |
| 313 | 313 | ||
| 314 | maintainer-clean: | 314 | maintainer-clean: distclean |
| 315 | cd $(lisp); rm -f *.elc */*.elc $(AUTOGENEL) | 315 | cd $(lisp); rm -f *.elc */*.elc $(AUTOGENEL) |
| 316 | 316 | ||
| 317 | bootstrap-clean: | ||
| 318 | cd $(lisp); rm -f *.elc */*.elc | ||
| 319 | |||
| 317 | # Generate/update files for the bootstrap process. | 320 | # Generate/update files for the bootstrap process. |
| 318 | 321 | ||
| 319 | bootstrap: update-subdirs autoloads compile | 322 | bootstrap: update-subdirs autoloads compile |