summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorPhilipp Stephani <phst@google.com>2019-04-28 19:17:41 +0200
committerPhilipp Stephani <phst@google.com>2019-04-28 19:17:41 +0200
commite4406e52a75f222a63554769cee75c1dc920b93c (patch)
tree3a4e4f5c3fa571c4ef0fea96f4c2e227b33dfca2 /Makefile.in
parent88c91f53dfd8d29475e2a4794da8b497b62cd53b (diff)
downloademacs-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.in3
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.