changeset 40853:fb8900218886

(bootstrap-lisp): Don't suppress error messages.
author Richard M. Stallman <rms@gnu.org>
date Fri, 09 Nov 2001 16:00:46 +0000
parents 9bab19e15c01
children c87e991692a9
files Makefile.in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.in	Fri Nov 09 15:02:39 2001 +0000
+++ b/Makefile.in	Fri Nov 09 16:00:46 2001 +0000
@@ -676,7 +676,7 @@
 	(cd lisp; $(MAKE) $(MFLAGS) bootstrap-clean)
 
 bootstrap-lisp:
-	-(cd lisp; $(MAKE) $(MFLAGS) bootstrap EMACS=../src/bootstrap-emacs)
+	(cd lisp; $(MAKE) $(MFLAGS) bootstrap EMACS=../src/bootstrap-emacs)
 
 bootstrap-src:
 	(cd src; $(MAKE) $(MFLAGS) bootstrap)