diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2011-04-21 12:12:13 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2011-04-21 12:12:13 -0700 |
commit | a8a2bb29e2ea28dce51bb3a8680bfe2bd6945365 (patch) | |
tree | f382d740123da83c6f212cae2ecfcbd6555060e4 /Makefile.in | |
parent | d78050d6bab1f1add4284163b8fc474495ac6580 (diff) | |
download | emacs-a8a2bb29e2ea28dce51bb3a8680bfe2bd6945365.tar.gz |
* Makefile.in (GNULIB_MODULES): Add strtoumax.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
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 GNULIB_MODULES = \ careadlinkat crypto/md5 dtoastr filemode getloadavg getopt-gnu \ ignore-value intprops lstat mktime readlink \ - socklen stdio strftime symlink sys_stat + socklen stdio strftime strtoumax symlink sys_stat GNULIB_TOOL_FLAGS = \ --import --no-changelog --no-vc-files --makefile-name=gnulib.mk sync-from-gnulib: $(gnulib_srcdir) |