comparison Makefile.in @ 91367:c70e45a7acfd

Merge from emacs--devo--0 Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-324
author Miles Bader <miles@gnu.org>
date Wed, 30 Jan 2008 07:57:28 +0000
parents 606f2d163a64 3dfe2f6767ab
children
comparison
equal deleted inserted replaced
91366:86f3a8f0a3a6 91367:c70e45a7acfd
800 maybe_bootstrap: 800 maybe_bootstrap:
801 @bar="`echo $(srcdir)/lisp/*.elc`"; \ 801 @bar="`echo $(srcdir)/lisp/*.elc`"; \
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
809 bootstrap: bootstrap-clean-before FRC 808 bootstrap: bootstrap-clean-before FRC
810 $(MAKE) $(MFLAGS) info bootstrap-build 809 $(MAKE) $(MFLAGS) info bootstrap-build