diff options
Diffstat (limited to 'Makefile.in')
| -rw-r--r-- | Makefile.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index 457b5d6472e..ce7f3f1a3d8 100644 --- a/Makefile.in +++ b/Makefile.in | |||
| @@ -335,8 +335,9 @@ GNULIB_MODULES = \ | |||
| 335 | alloca-opt \ | 335 | alloca-opt \ |
| 336 | careadlinkat crypto/md5 crypto/sha1 crypto/sha256 crypto/sha512 dtoastr \ | 336 | careadlinkat crypto/md5 crypto/sha1 crypto/sha256 crypto/sha512 dtoastr \ |
| 337 | dup2 \ | 337 | dup2 \ |
| 338 | filemode getloadavg getopt-gnu ignore-value intprops lstat mktime readlink \ | 338 | filemode getloadavg getopt-gnu ignore-value intprops lstat \ |
| 339 | socklen stdarg stdio strftime strtoumax symlink sys_stat | 339 | mktime pthread_sigmask readlink \ |
| 340 | socklen stdarg stdio strftime strtoimax strtoumax symlink sys_stat | ||
| 340 | GNULIB_TOOL_FLAGS = \ | 341 | GNULIB_TOOL_FLAGS = \ |
| 341 | --conditional-dependencies --import --no-changelog --no-vc-files \ | 342 | --conditional-dependencies --import --no-changelog --no-vc-files \ |
| 342 | --makefile-name=gnulib.mk | 343 | --makefile-name=gnulib.mk |