diff options
author | Richard M. Stallman <rms@gnu.org> | 2002-09-18 16:14:30 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2002-09-18 16:14:30 +0000 |
commit | dea0ee201916a98df664cb25ecb393dfd1fe204c (patch) | |
tree | e49b6c95bd1d7f3d512285fe9896e431751c5258 /lisp/Makefile.in | |
parent | 88ca5bbf8d411904c92fe9c4172bac352da04d48 (diff) | |
download | emacs-dea0ee201916a98df664cb25ecb393dfd1fe204c.tar.gz |
(bootstrap-clean): Use cd to shorten arg strings.
Don't ignore errors in rm line.
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. |