]> git.eshelyaron.com Git - emacs.git/commitdiff
Also regenerate emacs-module.h if module-env-*.h changes.
authorPhilipp Stephani <phst@google.com>
Sun, 28 Apr 2019 17:17:41 +0000 (19:17 +0200)
committerPhilipp Stephani <phst@google.com>
Sun, 28 Apr 2019 17:17:41 +0000 (19:17 +0200)
* Makefile.in (CONFIG_STATUS_FILES_IN): Add versioned environment
header fragments.

Makefile.in

index 88cbb3d46ed4c425ff356a91a8df947118d859ff..06da415a4abf439ca1e1c2211b2653381981401d 100644 (file)
@@ -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.