diff lisp/Makefile.in @ 47536:211a66b32323

(bootstrap-clean): Use cd to shorten arg strings. Don't ignore errors in rm line.
author Richard M. Stallman <rms@gnu.org>
date Wed, 18 Sep 2002 16:14:30 +0000
parents f41b79ef76f5
children 93d886a02ac0
line wrap: on
line diff
--- a/lisp/Makefile.in	Wed Sep 18 16:11:02 2002 +0000
+++ b/lisp/Makefile.in	Wed Sep 18 16:14:30 2002 +0000
@@ -278,7 +278,7 @@
 
 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.