changeset 43805:9dfbe3e7a4dc

(maybe_bootstrap): Fix the command that fails Make.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 09 Mar 2002 15:08:52 +0000
parents 2db55eba67ec
children 4afbebf9ec5c
files msdos/mainmake.v2
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/msdos/mainmake.v2	Sat Mar 09 14:57:10 2002 +0000
+++ b/msdos/mainmake.v2	Sat Mar 09 15:08:52 2002 +0000
@@ -155,7 +155,7 @@
 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