From 124daeb8f183920d94b28d5d71e8e79add644428 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 9 Mar 2002 15:08:52 +0000 Subject: [PATCH] (maybe_bootstrap): Fix the command that fails Make. --- msdos/mainmake.v2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2