mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-23 07:19:15 +00:00
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.
This commit is contained in:
parent
f8d42e29a5
commit
7f97cf31dc
@ -602,7 +602,7 @@ $(srcdir)/configure: $(srcdir)/configure.ac $(srcdir)/m4/*.m4
|
||||
## don't have to duplicate the list of utilities to install in
|
||||
## this Makefile as well.
|
||||
|
||||
install: actual-all install-arch-indep install-etcdoc install-arch-dep install-$(NTDIR) blessmail install-eln install-gsettings-schemas
|
||||
install: actual-all install-arch-indep install-etcdoc install-arch-dep install-$(NTDIR) install-eln install-gsettings-schemas
|
||||
@true
|
||||
|
||||
## Ensure that $subdir contains a subdirs.el file.
|
||||
|
Loading…
Reference in New Issue
Block a user