From 587b2c8dd1d7126c429aa499fa4b89f39440161e Mon Sep 17 00:00:00 2001 From: Gregory Heytings Date: Thu, 22 Sep 2022 23:54:57 +0200 Subject: [PATCH] ; * Makefile.in: Make install depend on actual-all. Fixes bug#57959. --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 4968b710a5b..c6a2e509599 100644 --- a/Makefile.in +++ b/Makefile.in @@ -582,7 +582,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: 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) blessmail install-eln install-gsettings-schemas @true ## Ensure that $subdir contains a subdirs.el file. -- 2.39.2