mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-25 10:47:00 +00:00
(maybe_bootstrap): Fix the command that fails Make.
This commit is contained in:
parent
d5a6bceee0
commit
124daeb8f1
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user