diff options
| author | Paul Eggert | 2017-01-01 10:54:28 -0800 |
|---|---|---|
| committer | Paul Eggert | 2017-01-01 10:55:10 -0800 |
| commit | eb3416016b473478df027ab176f512d7136f8d45 (patch) | |
| tree | 7e4756906356f0506f0b70c7658d06a12eff03a8 | |
| parent | bd34a6c73f2651e9413b138cf98240faf559c790 (diff) | |
| download | emacs-eb3416016b473478df027ab176f512d7136f8d45.tar.gz emacs-eb3416016b473478df027ab176f512d7136f8d45.zip | |
* nt/gnulib.mk (stdint.h): Update to match lib/gnulib.mk here.
| -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 | |||
| 820 | -e 's/@''BITSIZEOF_WINT_T''@/$(BITSIZEOF_WINT_T)/g' \ | 820 | -e 's/@''BITSIZEOF_WINT_T''@/$(BITSIZEOF_WINT_T)/g' \ |
| 821 | -e 's/@''HAVE_SIGNED_WINT_T''@/$(HAVE_SIGNED_WINT_T)/g' \ | 821 | -e 's/@''HAVE_SIGNED_WINT_T''@/$(HAVE_SIGNED_WINT_T)/g' \ |
| 822 | -e 's/@''WINT_T_SUFFIX''@/$(WINT_T_SUFFIX)/g' \ | 822 | -e 's/@''WINT_T_SUFFIX''@/$(WINT_T_SUFFIX)/g' \ |
| 823 | -e 's/@''GNULIB_OVERRIDES_WINT_T''@/$(GNULIB_OVERRIDES_WINT_T)/g' \ | ||
| 823 | < $(srcdir)/stdint.in.h; \ | 824 | < $(srcdir)/stdint.in.h; \ |
| 824 | } > $@-t && \ | 825 | } > $@-t && \ |
| 825 | mv $@-t $@ | 826 | mv $@-t $@ |