]> git.eshelyaron.com Git - emacs.git/commit
Fix building --with-native-compilation=aot from release tarball
authorEli Zaretskii <eliz@gnu.org>
Thu, 22 Jun 2023 11:03:17 +0000 (14:03 +0300)
committerEli Zaretskii <eliz@gnu.org>
Thu, 22 Jun 2023 11:03:17 +0000 (14:03 +0300)
commite962cf4ba726943b0f4ea57e1d740742e7618e3a
tree6d2eff92ae7eb1839ad84900e467d030750acdce
parent4ca371e9cc7178572cc25cbe47371c0075405ff7
Fix building --with-native-compilation=aot from release tarball

* lisp/Makefile.in (%.eln): Pattern rule for AOT native
compilation.
(compile-eln-targets, compile-eln-aot): New targets for AOT native
compilation.

* src/Makefile.in (../native-lisp): If NATIVE_COMPILATION_AOT is
set, also native-compile all the other Lisp files.
(Bug#64167)
lisp/Makefile.in
src/Makefile.in