diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | Makefile.in | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 450382f92f6..99771f452fa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-11-09 Richard M. Stallman <rms@gnu.org> + + * Makefile.in (bootstrap-lisp): Don't suppress error messages. + 2001-11-07 Eli Zaretskii <eliz@is.elta.co.il> * 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) |