From: Eli Zaretskii Date: Sat, 9 Mar 2002 15:08:52 +0000 (+0000) Subject: (maybe_bootstrap): Fix the command that fails Make. X-Git-Tag: ttn-vms-21-2-B4~16257 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=124daeb8f183920d94b28d5d71e8e79add644428;p=emacs.git (maybe_bootstrap): Fix the command that fails Make. --- 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