From: Paul Eggert Date: Sun, 1 Jan 2017 18:54:28 +0000 (-0800) Subject: * nt/gnulib.mk (stdint.h): Update to match lib/gnulib.mk here. X-Git-Tag: emacs-26.0.90~954 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=eb3416016b473478df027ab176f512d7136f8d45;p=emacs.git * nt/gnulib.mk (stdint.h): Update to match lib/gnulib.mk here. --- 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 $@