]> git.eshelyaron.com Git - emacs.git/commit
Guarantee presence of emacs-module.h during cross-compilation
authorPo Lu <luangruo@yahoo.com>
Thu, 11 Apr 2024 02:31:17 +0000 (10:31 +0800)
committerEshel Yaron <me@eshelyaron.com>
Sun, 14 Apr 2024 16:55:19 +0000 (18:55 +0200)
commita5ecbccd6efd32d118505e9cbd01a314adc9606d
tree51af56d213945a5061fa1bb4eeadad083c58717a
parent6349159381ffd20fac8a27036c90908508b30597
Guarantee presence of emacs-module.h during cross-compilation

* cross/Makefile.in (src/emacs-module.h): New rule.
(src/libemacs.so): Depend on the same.

(cherry picked from commit ad428e39d7380f091a487d58ee47e7b1c094b5f9)
cross/Makefile.in