diff options
author | Richard M. Stallman <rms@gnu.org> | 2001-11-09 16:00:56 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2001-11-09 16:00:56 +0000 |
commit | 6baef0fd0604043f662dbcc42f1edfa7adb4f905 (patch) | |
tree | c0b1212a49912c60b652f374bda136e7c1b85e85 /Makefile.in | |
parent | d25303d3c1870d739d87c7394aadbac06fa8eb95 (diff) | |
download | emacs-6baef0fd0604043f662dbcc42f1edfa7adb4f905.tar.gz |
(bootstrap-lisp): Don't suppress error messages.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
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) |