diff options
| author | Eli Zaretskii | 2019-04-24 18:38:31 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2019-04-24 18:38:31 +0300 |
| commit | c5358e831f05cdd110f12a4260e6fb607c66c0b4 (patch) | |
| tree | e2fb1ecfecf3f115815a2ad969dfe73f2327b91f | |
| parent | 2b3c0ae5828810c6d24f3902bade125aee8b9e9c (diff) | |
| download | emacs-c5358e831f05cdd110f12a4260e6fb607c66c0b4.tar.gz emacs-c5358e831f05cdd110f12a4260e6fb607c66c0b4.zip | |
Regenerate src/emacs-module.h when emacs-module.h.in changes
* Makefile.in (CONFIG_STATUS_FILES_IN): Add
src/emacs-module.h.in.
| -rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
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=}) | |||
| 320 | # Non-makefile files created by config.status. | 320 | # Non-makefile files created by config.status. |
| 321 | CONFIG_STATUS_FILES_IN = \ | 321 | CONFIG_STATUS_FILES_IN = \ |
| 322 | ${srcdir}/nt/emacs.rc.in ${srcdir}/nt/emacsclient.rc.in \ | 322 | ${srcdir}/nt/emacs.rc.in ${srcdir}/nt/emacsclient.rc.in \ |
| 323 | ${srcdir}/doc/man/emacs.1.in | 323 | ${srcdir}/doc/man/emacs.1.in ${srcdir}/src/emacs-module.h.in |
| 324 | 324 | ||
| 325 | # Subdirectories to install, and where they'll go. lib-src's and nt's | 325 | # Subdirectories to install, and where they'll go. lib-src's and nt's |
| 326 | # makefiles know how to install them, so we don't do that here. | 326 | # makefiles know how to install them, so we don't do that here. |