mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08:00
Fix lisp/Makefile.in autoloads dependency
* lisp/Makefile.in (autoloads): Ensure that loaddefs-gen.elc exists before making autoloads.
This commit is contained in:
parent
b7a896731c
commit
9149672e7f
1 changed files with 1 additions and 1 deletions
|
|
@ -188,7 +188,7 @@ org-manuals: main-first
|
||||||
# The real dependencies of loaddefs.el aren't known to Make, they are
|
# The real dependencies of loaddefs.el aren't known to Make, they are
|
||||||
# implemented in loaddefs-generate--emacs-batch, so autoloads is an
|
# implemented in loaddefs-generate--emacs-batch, so autoloads is an
|
||||||
# "all" dependency.
|
# "all" dependency.
|
||||||
autoloads:
|
autoloads: $(lisp)/emacs-lisp/loaddefs-gen.elc
|
||||||
$(AM_V_GEN)$(emacs) \
|
$(AM_V_GEN)$(emacs) \
|
||||||
-l $(lisp)/emacs-lisp/loaddefs-gen.elc \
|
-l $(lisp)/emacs-lisp/loaddefs-gen.elc \
|
||||||
-f loaddefs-generate--emacs-batch ${SUBDIRS_ALMOST}
|
-f loaddefs-generate--emacs-batch ${SUBDIRS_ALMOST}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue