Mercurial > emacs
changeset 41660:1fd5c468b3da
(maybe_bootstrap): Fix previous change.
author | Pavel Janík <Pavel@Janik.cz> |
---|---|
date | Thu, 29 Nov 2001 06:45:38 +0000 |
parents | e37febff5532 |
children | 8151a2b431d0 |
files | Makefile.in |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile.in Thu Nov 29 02:31:59 2001 +0000 +++ b/Makefile.in Thu Nov 29 06:45:38 2001 +0000 @@ -693,8 +693,8 @@ maybe_bootstrap: @if [ ! -f $(srcdir)/lisp/abbrev.elc ]; then \ - echo "Essential Lisp files seem to be missing. You should either" \ - echo "do `make bootstrap' or create `lisp/abbrev.elc' somehow." \ + echo "Essential Lisp files seem to be missing. You should either"; \ + echo "do \`make bootstrap' or create \`lisp/abbrev.elc' somehow."; \ fi bootstrap: bootstrap-clean-before bootstrap-lisp-1 bootstrap-src bootstrap-lisp bootstrap-clean-after all info