summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorGregory Heytings <gregory@heytings.org>2022-09-22 23:54:57 +0200
committerGregory Heytings <gregory@heytings.org>2022-09-22 23:54:57 +0200
commit587b2c8dd1d7126c429aa499fa4b89f39440161e (patch)
tree5429285e3f7af2b142ab8b8f7c674704270f60e7 /Makefile.in
parente4964de952a8246307faaf9875d2c278f42c53fc (diff)
downloademacs-587b2c8dd1d7126c429aa499fa4b89f39440161e.tar.gz
; * Makefile.in: Make install depend on actual-all. Fixes bug#57959.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
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.