commit 88b51c1c6bd9749bae74dffe6ec7c50a26afabad (HEAD, refs/remotes/origin/master) Author: Robert Pluim Date: Fri Aug 23 14:21:49 2024 +0200 ; * Makefile.in (actual-all): Fix previous change. diff --git a/Makefile.in b/Makefile.in index 2a8bc4dedfa..30a762ed03b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -381,7 +381,7 @@ bootstrap-all: .PHONY: bootstrap-all actual-all advice-on-failure sanity-check -actual-all: ${SUBDIR} info $(gsettings_SCHEMAS:.xml=.valid) src-depending-on-lisp +actual-all: ${SUBDIR} info $(gsettings_SCHEMAS:.xml=.valid) src-depending-on-lisp blessmail # ADVICE-ON-FAILURE-BEGIN:all # You could try to: commit 7f97cf31dc3eb483f84598f61e9f45805f901067 Author: Robert Pluim Date: Fri Aug 23 10:16:29 2024 +0200 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 in * Makefile.in (install): Move blessmail target from install to actual-all. diff --git a/Makefile.in b/Makefile.in index 1b6c7eb05dc..2a8bc4dedfa 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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.