# HG changeset patch # User Eli Zaretskii # Date 1015686750 0 # Node ID 4afbebf9ec5c54a42d3a3901b20cf9f1fe5f9bd0 # Parent 9dfbe3e7a4dc881ecc3b22707323a154a4f3fbe6 (maybe_bootstrap): Fix last change. diff -r 9dfbe3e7a4dc -r 4afbebf9ec5c msdos/mainmake.v2 --- 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