aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorPaul Eggert2011-04-21 12:12:13 -0700
committerPaul Eggert2011-04-21 12:12:13 -0700
commita8a2bb29e2ea28dce51bb3a8680bfe2bd6945365 (patch)
treef382d740123da83c6f212cae2ecfcbd6555060e4 /Makefile.in
parentd78050d6bab1f1add4284163b8fc474495ac6580 (diff)
downloademacs-a8a2bb29e2ea28dce51bb3a8680bfe2bd6945365.tar.gz
emacs-a8a2bb29e2ea28dce51bb3a8680bfe2bd6945365.zip
* Makefile.in (GNULIB_MODULES): Add strtoumax.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 1ac77ed66ac..741a446562b 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -333,7 +333,7 @@ DOS_gnulib_comp.m4 = gl-comp.m4
333GNULIB_MODULES = \ 333GNULIB_MODULES = \
334 careadlinkat crypto/md5 dtoastr filemode getloadavg getopt-gnu \ 334 careadlinkat crypto/md5 dtoastr filemode getloadavg getopt-gnu \
335 ignore-value intprops lstat mktime readlink \ 335 ignore-value intprops lstat mktime readlink \
336 socklen stdio strftime symlink sys_stat 336 socklen stdio strftime strtoumax symlink sys_stat
337GNULIB_TOOL_FLAGS = \ 337GNULIB_TOOL_FLAGS = \
338 --import --no-changelog --no-vc-files --makefile-name=gnulib.mk 338 --import --no-changelog --no-vc-files --makefile-name=gnulib.mk
339sync-from-gnulib: $(gnulib_srcdir) 339sync-from-gnulib: $(gnulib_srcdir)