[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/Makefile.in
From: |
Richard M. Stallman |
Subject: |
[Emacs-diffs] Changes to emacs/Makefile.in |
Date: |
Tue, 15 Oct 2002 17:14:40 -0400 |
Index: emacs/Makefile.in
diff -c emacs/Makefile.in:1.266 emacs/Makefile.in:1.267
*** emacs/Makefile.in:1.266 Wed Sep 11 17:00:08 2002
--- emacs/Makefile.in Sat Sep 14 21:53:40 2002
***************
*** 715,723 ****
.PHONY: maybe_bootstrap
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.";
\
exit 1;\
fi
--- 715,725 ----
.PHONY: maybe_bootstrap
maybe_bootstrap:
! @bar=`echo ./lisp/*.elc`; \
! if [ "$bar" = './lisp/*.elc' ]; then \
! echo "Your tree does not include the compiled Lisp files."; \
! echo "You need to do \`make bootstrap' to build Emacs."; \
! echo "Emacs now requires Texinfo version 4.2."; \
exit 1;\
fi
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] Changes to emacs/Makefile.in,
Richard M. Stallman <=