diff options
author | Eli Zaretskii <eliz@gnu.org> | 2002-03-09 15:08:52 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2002-03-09 15:08:52 +0000 |
commit | 124daeb8f183920d94b28d5d71e8e79add644428 (patch) | |
tree | b0a96f16ac6b35a99978533a50119d308e1ddd2e /msdos | |
parent | d5a6bceee033d5259eb746cad34a8100538a62d6 (diff) | |
download | emacs-124daeb8f183920d94b28d5d71e8e79add644428.tar.gz |
(maybe_bootstrap): Fix the command that fails Make.
Diffstat (limited to 'msdos')
-rw-r--r-- | msdos/mainmake.v2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/msdos/mainmake.v2 b/msdos/mainmake.v2 index 4faa8288603..1a7857b3f02 100644 --- a/msdos/mainmake.v2 +++ b/msdos/mainmake.v2 @@ -155,7 +155,7 @@ clean: maybe_bootstrap: @if not exist lisp\abbrevs.elc djecho \ "Some *.elc files are missing. You should do a `make bootstrap'." - @if not exist lisp\abbrevs.elc fail-this-make + @if not exist lisp\abbrevs.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 |