diff options
| author | Eli Zaretskii | 2002-03-09 15:08:52 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2002-03-09 15:08:52 +0000 |
| commit | 124daeb8f183920d94b28d5d71e8e79add644428 (patch) | |
| tree | b0a96f16ac6b35a99978533a50119d308e1ddd2e | |
| parent | d5a6bceee033d5259eb746cad34a8100538a62d6 (diff) | |
| download | emacs-124daeb8f183920d94b28d5d71e8e79add644428.tar.gz emacs-124daeb8f183920d94b28d5d71e8e79add644428.zip | |
(maybe_bootstrap): Fix the command that fails Make.
| -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: | |||
| 155 | maybe_bootstrap: | 155 | maybe_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 | ||
| 160 | bootstrap: bootstrap-clean-before bootstrap-lisp-1 bootstrap-src bootstrap-lisp bootstrap-clean-after all info | 160 | bootstrap: bootstrap-clean-before bootstrap-lisp-1 bootstrap-src bootstrap-lisp bootstrap-clean-after all info |
| 161 | 161 | ||