summaryrefslogtreecommitdiff
path: root/lisp/Makefile.in
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2002-09-18 16:14:30 +0000
committerRichard M. Stallman <rms@gnu.org>2002-09-18 16:14:30 +0000
commitdea0ee201916a98df664cb25ecb393dfd1fe204c (patch)
treee49b6c95bd1d7f3d512285fe9896e431751c5258 /lisp/Makefile.in
parent88ca5bbf8d411904c92fe9c4172bac352da04d48 (diff)
downloademacs-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.in2
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.