summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2001-11-09 16:00:56 +0000
committerRichard M. Stallman <rms@gnu.org>2001-11-09 16:00:56 +0000
commit6baef0fd0604043f662dbcc42f1edfa7adb4f905 (patch)
treec0b1212a49912c60b652f374bda136e7c1b85e85 /Makefile.in
parentd25303d3c1870d739d87c7394aadbac06fa8eb95 (diff)
downloademacs-6baef0fd0604043f662dbcc42f1edfa7adb4f905.tar.gz
(bootstrap-lisp): Don't suppress error messages.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
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)