diff options
| -rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 87f1ea6112e..a9664fcba7f 100644 --- a/Makefile.in +++ b/Makefile.in | |||
| @@ -716,7 +716,7 @@ dvi: | |||
| 716 | 716 | ||
| 717 | maybe_bootstrap: | 717 | maybe_bootstrap: |
| 718 | @bar="`echo $(srcdir)/lisp/*.elc`"; \ | 718 | @bar="`echo $(srcdir)/lisp/*.elc`"; \ |
| 719 | if [ \( "$$bar" = '$(srcdir)/lisp/*.elc' \) -o \( "$bar" = '' \) ]; then \ | 719 | if [ \( "$$bar" = '$(srcdir)/lisp/*.elc' \) -o \( "$$bar" = '' \) ]; then \ |
| 720 | echo "Your tree does not include the compiled Lisp files."; \ | 720 | echo "Your tree does not include the compiled Lisp files."; \ |
| 721 | echo "You need to do \`make bootstrap' to build Emacs."; \ | 721 | echo "You need to do \`make bootstrap' to build Emacs."; \ |
| 722 | echo "Emacs now requires Texinfo version 4.2."; \ | 722 | echo "Emacs now requires Texinfo version 4.2."; \ |