]> git.eshelyaron.com Git - emacs.git/commitdiff
; * Makefile.in: Make install depend on actual-all. Fixes bug#57959.
authorGregory Heytings <gregory@heytings.org>
Thu, 22 Sep 2022 21:54:57 +0000 (23:54 +0200)
committerGregory Heytings <gregory@heytings.org>
Thu, 22 Sep 2022 21:54:57 +0000 (23:54 +0200)
Makefile.in

index 4968b710a5b841378970c73c9945bcf3231e4c36..c6a2e509599f87b4c10da8c95094f257b07fd52f 100644 (file)
@@ -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.