diff options
Diffstat (limited to 'lisp/Makefile.in')
-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 bootstrap-clean: if test -x $(EMACS); then $(MAKE) $(MFLAGS) autoloads; fi - -rm -f $(lisp)/*.elc $(lisp)/*/*.elc + cd $(lisp); rm -f *.elc */*.elc # Generate/update files for the bootstrap process. |