diff options
author | Philipp Stephani <phst@google.com> | 2019-04-28 19:17:41 +0200 |
---|---|---|
committer | Philipp Stephani <phst@google.com> | 2019-04-28 19:17:41 +0200 |
commit | e4406e52a75f222a63554769cee75c1dc920b93c (patch) | |
tree | 3a4e4f5c3fa571c4ef0fea96f4c2e227b33dfca2 /Makefile.in | |
parent | 88c91f53dfd8d29475e2a4794da8b497b62cd53b (diff) | |
download | emacs-e4406e52a75f222a63554769cee75c1dc920b93c.tar.gz |
Also regenerate emacs-module.h if module-env-*.h changes.
* Makefile.in (CONFIG_STATUS_FILES_IN): Add versioned environment
header fragments.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 88cbb3d46ed..06da415a4ab 100644 --- a/Makefile.in +++ b/Makefile.in @@ -320,7 +320,8 @@ SUBDIR_MAKEFILES = $(patsubst ${srcdir}/%,%,${SUBDIR_MAKEFILES_IN:.in=}) # Non-makefile files created by config.status. CONFIG_STATUS_FILES_IN = \ ${srcdir}/nt/emacs.rc.in ${srcdir}/nt/emacsclient.rc.in \ - ${srcdir}/doc/man/emacs.1.in ${srcdir}/src/emacs-module.h.in + ${srcdir}/doc/man/emacs.1.in ${srcdir}/src/emacs-module.h.in \ + ${srcdir}/src/module-env-*.h # Subdirectories to install, and where they'll go. lib-src's and nt's # makefiles know how to install them, so we don't do that here. |