diff options
| -rw-r--r-- | lisp/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/Makefile.in b/lisp/Makefile.in index 9fa62e4625e..aa68e43c1da 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in | |||
| @@ -278,7 +278,7 @@ recompile: doit | |||
| 278 | 278 | ||
| 279 | bootstrap-clean: | 279 | bootstrap-clean: |
| 280 | if test -x $(EMACS); then $(MAKE) $(MFLAGS) autoloads; fi | 280 | if test -x $(EMACS); then $(MAKE) $(MFLAGS) autoloads; fi |
| 281 | -rm -f $(lisp)/*.elc $(lisp)/*/*.elc | 281 | cd $(lisp); rm -f *.elc */*.elc |
| 282 | 282 | ||
| 283 | # Generate/update files for the bootstrap process. | 283 | # Generate/update files for the bootstrap process. |
| 284 | 284 | ||