aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 5f804542d4e..fb4061b50ff 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -802,7 +802,6 @@ maybe_bootstrap:
802 if [ \( "$$bar" = '$(srcdir)/lisp/*.elc' \) -o \( "$$bar" = '' \) ]; then \ 802 if [ \( "$$bar" = '$(srcdir)/lisp/*.elc' \) -o \( "$$bar" = '' \) ]; then \
803 echo "Your tree does not include the compiled Lisp files."; \ 803 echo "Your tree does not include the compiled Lisp files."; \
804 echo "You need to do \`make bootstrap' to build Emacs."; \ 804 echo "You need to do \`make bootstrap' to build Emacs."; \
805 echo "Emacs now requires Texinfo version 4.2."; \
806 exit 1;\ 805 exit 1;\
807 fi 806 fi
808 807