diff options
author | Gregory Heytings <gregory@heytings.org> | 2022-09-22 23:54:57 +0200 |
---|---|---|
committer | Gregory Heytings <gregory@heytings.org> | 2022-09-22 23:54:57 +0200 |
commit | 587b2c8dd1d7126c429aa499fa4b89f39440161e (patch) | |
tree | 5429285e3f7af2b142ab8b8f7c674704270f60e7 /Makefile.in | |
parent | e4964de952a8246307faaf9875d2c278f42c53fc (diff) | |
download | emacs-587b2c8dd1d7126c429aa499fa4b89f39440161e.tar.gz emacs-587b2c8dd1d7126c429aa499fa4b89f39440161e.tar.bz2 emacs-587b2c8dd1d7126c429aa499fa4b89f39440161e.zip |
; * Makefile.in: Make install depend on actual-all. Fixes bug#57959.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
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. |