]> git.eshelyaron.com Git - emacs.git/commitdiff
(maybe_bootstrap): Fix the command that fails Make.
authorEli Zaretskii <eliz@gnu.org>
Sat, 9 Mar 2002 15:08:52 +0000 (15:08 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 9 Mar 2002 15:08:52 +0000 (15:08 +0000)
msdos/mainmake.v2

index 4faa828860397ebf2c41030daba2fd818ee1cfda..1a7857b3f02a033f9fd817ee8c5e799a756c89e0 100644 (file)
@@ -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