diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2017-01-01 10:54:28 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2017-01-01 10:55:10 -0800 |
commit | eb3416016b473478df027ab176f512d7136f8d45 (patch) | |
tree | 7e4756906356f0506f0b70c7658d06a12eff03a8 /nt | |
parent | bd34a6c73f2651e9413b138cf98240faf559c790 (diff) | |
download | emacs-eb3416016b473478df027ab176f512d7136f8d45.tar.gz |
* nt/gnulib.mk (stdint.h): Update to match lib/gnulib.mk here.
Diffstat (limited to 'nt')
-rw-r--r-- | nt/gnulib.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nt/gnulib.mk b/nt/gnulib.mk index 916128f9be0..87b47a3bf57 100644 --- a/nt/gnulib.mk +++ b/nt/gnulib.mk @@ -820,6 +820,7 @@ stdint.h: stdint.in.h $(top_builddir)/config.status -e 's/@''BITSIZEOF_WINT_T''@/$(BITSIZEOF_WINT_T)/g' \ -e 's/@''HAVE_SIGNED_WINT_T''@/$(HAVE_SIGNED_WINT_T)/g' \ -e 's/@''WINT_T_SUFFIX''@/$(WINT_T_SUFFIX)/g' \ + -e 's/@''GNULIB_OVERRIDES_WINT_T''@/$(GNULIB_OVERRIDES_WINT_T)/g' \ < $(srcdir)/stdint.in.h; \ } > $@-t && \ mv $@-t $@ |