Add more files to be natively-compiled AOT
* src/Makefile.in (elnlisp): Add emacs-lisp/gv.eln and other missing dependencies of comp.el.
This commit is contained in:
parent
5dbad52cbf
commit
289f3a9e5f
1 changed files with 10 additions and 0 deletions
|
@ -796,6 +796,16 @@ elnlisp := \
|
|||
international/charscript.eln \
|
||||
emacs-lisp/comp.eln \
|
||||
emacs-lisp/comp-cstr.eln \
|
||||
emacs-lisp/cl-macs.eln \
|
||||
emacs-lisp/rx.eln \
|
||||
emacs-lisp/cl-seq.eln \
|
||||
help-mode.eln \
|
||||
emacs-lisp/cl-extra.eln \
|
||||
emacs-lisp/gv.eln \
|
||||
emacs-lisp/seq.eln \
|
||||
emacs-lisp/cl-lib.eln \
|
||||
emacs-lisp/warnings.eln \
|
||||
emacs-lisp/subr-x.eln \
|
||||
international/emoji-zwj.eln
|
||||
elnlisp := $(addprefix ${lispsource}/,${elnlisp}) $(lisp:.elc=.eln)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue