# HG changeset patch # User Pavel Jank # Date 1007016338 0 # Node ID 1fd5c468b3daedd4a3b39db6e15233b77e4fdeed # Parent e37febff55326157b694189b8d04065e2c1661b5 (maybe_bootstrap): Fix previous change. diff -r e37febff5532 -r 1fd5c468b3da Makefile.in --- 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