]> git.eshelyaron.com Git - emacs.git/commitdiff
* nt/gnulib.mk (stdint.h): Update to match lib/gnulib.mk here.
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 1 Jan 2017 18:54:28 +0000 (10:54 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 1 Jan 2017 18:55:10 +0000 (10:55 -0800)
nt/gnulib.mk

index 916128f9be07ab09395a31a5becace2d303550b0..87b47a3bf576496c6b86609bbd7daac08ca8fa16 100644 (file)
@@ -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 $@