From: Pavel Janík Date: Thu, 29 Nov 2001 06:45:38 +0000 (+0000) Subject: (maybe_bootstrap): Fix previous change. X-Git-Tag: ttn-vms-21-2-B4~18047 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9e67774633b8187e53cd67f88055c8cba70c2f6a;p=emacs.git (maybe_bootstrap): Fix previous change. --- diff --git a/Makefile.in b/Makefile.in index 65c16eb2a1a..24633a84018 100644 --- a/Makefile.in +++ b/Makefile.in @@ -693,8 +693,8 @@ dvi: 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