]> git.eshelyaron.com Git - emacs.git/commitdiff
(maybe_bootstrap): Fix previous change.
authorPavel Janík <Pavel@Janik.cz>
Thu, 29 Nov 2001 06:45:38 +0000 (06:45 +0000)
committerPavel Janík <Pavel@Janik.cz>
Thu, 29 Nov 2001 06:45:38 +0000 (06:45 +0000)
Makefile.in

index 65c16eb2a1a8e2d9ecc7bd64710655cdbf341036..24633a84018a11c80c68d23c321f8cf1c22d6c0e 100644 (file)
@@ -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