summaryrefslogtreecommitdiff
path: root/msdos
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2002-03-09 15:08:52 +0000
committerEli Zaretskii <eliz@gnu.org>2002-03-09 15:08:52 +0000
commit124daeb8f183920d94b28d5d71e8e79add644428 (patch)
treeb0a96f16ac6b35a99978533a50119d308e1ddd2e /msdos
parentd5a6bceee033d5259eb746cad34a8100538a62d6 (diff)
downloademacs-124daeb8f183920d94b28d5d71e8e79add644428.tar.gz
(maybe_bootstrap): Fix the command that fails Make.
Diffstat (limited to 'msdos')
-rw-r--r--msdos/mainmake.v22
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