mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
(all): Depend on maybe_bootstrap.
This commit is contained in:
parent
f72a0a4abb
commit
9cf57fc94f
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ top_srcdir := $(subst \,/,$(shell cd))
|
|||
# Find out which version of Emacs this is.
|
||||
version := ${shell sed -n -e '/(defconst emacs-version/s/^[^"]*\("[^"]*"\).*/\1/p' lisp/version.el}
|
||||
|
||||
all: lib-src src man lispref lispintro
|
||||
all: maybe_bootstrap lib-src src man lispref lispintro
|
||||
|
||||
lib-src: FRC
|
||||
cd lib-src
|
||||
|
|
|
|||
Loading…
Reference in a new issue