From e4406e52a75f222a63554769cee75c1dc920b93c Mon Sep 17 00:00:00 2001 From: Philipp Stephani Date: Sun, 28 Apr 2019 19:17:41 +0200 Subject: [PATCH] Also regenerate emacs-module.h if module-env-*.h changes. * Makefile.in (CONFIG_STATUS_FILES_IN): Add versioned environment header fragments. --- Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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. -- 2.39.2