]> git.eshelyaron.com Git - emacs.git/commit
Create blessmail at build time instead of install time
authorRobert Pluim <rpluim@gmail.com>
Fri, 23 Aug 2024 08:16:29 +0000 (10:16 +0200)
committerEshel Yaron <me@eshelyaron.com>
Fri, 23 Aug 2024 18:21:30 +0000 (20:21 +0200)
commit00ac87852881fe198fa29dedbb8a1b34687d85ca
treefe10f162dba7243190522d699710e4c94acd2d3e
parent310769a19dc9819b4e19b8cd2d10be9f667d8b9f
Create blessmail at build time instead of install time

blessmail is built via the install target, which means it ends up owned
by the user doing the install.  It's not installed, so build it at build
time instead.

Reported by Michael Heerdegen <michael_heerdegen@web.de> in
<https://lists.gnu.org/archive/html/help-gnu-emacs/2024-08/msg00270.html>

* Makefile.in (install): Move blessmail target from install to actual-all.

(cherry picked from commit 7f97cf31dc3eb483f84598f61e9f45805f901067)
Makefile.in