aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2002-03-09 15:08:52 +0000
committerEli Zaretskii2002-03-09 15:08:52 +0000
commit124daeb8f183920d94b28d5d71e8e79add644428 (patch)
treeb0a96f16ac6b35a99978533a50119d308e1ddd2e
parentd5a6bceee033d5259eb746cad34a8100538a62d6 (diff)
downloademacs-124daeb8f183920d94b28d5d71e8e79add644428.tar.gz
emacs-124daeb8f183920d94b28d5d71e8e79add644428.zip
(maybe_bootstrap): Fix the command that fails Make.
-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:
155maybe_bootstrap: 155maybe_bootstrap:
156 @if not exist lisp\abbrevs.elc djecho \ 156 @if not exist lisp\abbrevs.elc djecho \
157 "Some *.elc files are missing. You should do a `make bootstrap'." 157 "Some *.elc files are missing. You should do a `make bootstrap'."
158 @if not exist lisp\abbrevs.elc fail-this-make 158 @if not exist lisp\abbrevs.elc redir -e /dev/null -oe redir fail-this-make.exe
159 159
160bootstrap: bootstrap-clean-before bootstrap-lisp-1 bootstrap-src bootstrap-lisp bootstrap-clean-after all info 160bootstrap: bootstrap-clean-before bootstrap-lisp-1 bootstrap-src bootstrap-lisp bootstrap-clean-after all info
161 161