diff options
Diffstat (limited to 'msdos/mainmake.v2')
-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 |