Mercurial > emacs
changeset 43806:4afbebf9ec5c
(maybe_bootstrap): Fix last change.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 09 Mar 2002 15:12:30 +0000 |
parents | 9dfbe3e7a4dc |
children | fd19f88bcc64 |
files | msdos/mainmake.v2 |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/msdos/mainmake.v2 Sat Mar 09 15:08:52 2002 +0000 +++ b/msdos/mainmake.v2 Sat Mar 09 15:12:30 2002 +0000 @@ -153,9 +153,9 @@ .PHONY: maybe_bootstrap maybe_bootstrap: - @if not exist lisp\abbrevs.elc djecho \ + @if not exist lisp\abbrev.elc djecho \ "Some *.elc files are missing. You should do a `make bootstrap'." - @if not exist lisp\abbrevs.elc redir -e /dev/null -oe redir fail-this-make.exe + @if not exist lisp\abbrev.elc redir -e /dev/null -oe redir fail-this-make.exe bootstrap: bootstrap-clean-before bootstrap-lisp-1 bootstrap-src bootstrap-lisp bootstrap-clean-after all info