From: Eli Zaretskii Date: Wed, 24 Apr 2019 15:38:31 +0000 (+0300) Subject: Regenerate src/emacs-module.h when emacs-module.h.in changes X-Git-Tag: emacs-27.0.90~3105 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c5358e831f05cdd110f12a4260e6fb607c66c0b4;p=emacs.git Regenerate src/emacs-module.h when emacs-module.h.in changes * Makefile.in (CONFIG_STATUS_FILES_IN): Add src/emacs-module.h.in. --- diff --git a/Makefile.in b/Makefile.in index 6b99d24da49..88cbb3d46ed 100644 --- a/Makefile.in +++ b/Makefile.in @@ -320,7 +320,7 @@ 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}/doc/man/emacs.1.in ${srcdir}/src/emacs-module.h.in # 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.