From: Gregory Heytings Date: Thu, 22 Sep 2022 21:54:57 +0000 (+0200) Subject: ; * Makefile.in: Make install depend on actual-all. Fixes bug#57959. X-Git-Tag: emacs-29.0.90~1856^2~310 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=587b2c8dd1d7126c429aa499fa4b89f39440161e;p=emacs.git ; * Makefile.in: Make install depend on actual-all. Fixes bug#57959. --- 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.