From 6baef0fd0604043f662dbcc42f1edfa7adb4f905 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 9 Nov 2001 16:00:56 +0000 Subject: (bootstrap-lisp): Don't suppress error messages. --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.in') 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) -- cgit v1.2.1