diff Makefile.in @ 41660:1fd5c468b3da

(maybe_bootstrap): Fix previous change.
author Pavel Janík <Pavel@Janik.cz>
date Thu, 29 Nov 2001 06:45:38 +0000
parents 01caeff5df7a
children 22e3a08912b6
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