diff --git a/ChangeLog b/ChangeLog index 450382f92f6..99771f452fa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-11-09 Richard M. Stallman + + * Makefile.in (bootstrap-lisp): Don't suppress error messages. + 2001-11-07 Eli Zaretskii * AUTHORS: Regenerate. diff --git a/Makefile.in b/Makefile.in index 8915c629975..6123be83830 100644 --- a/Makefile.in +++ b/Makefile.in @@ -676,7 +676,7 @@ bootstrap-lisp-1: (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)