From: Philipp Stephani Date: Sun, 28 Apr 2019 17:17:41 +0000 (+0200) Subject: Also regenerate emacs-module.h if module-env-*.h changes. X-Git-Tag: emacs-27.0.90~3056 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e4406e52a75f222a63554769cee75c1dc920b93c;p=emacs.git Also regenerate emacs-module.h if module-env-*.h changes. * Makefile.in (CONFIG_STATUS_FILES_IN): Add versioned environment header fragments. --- 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.