aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorPaul Eggert2011-04-26 12:29:47 -0700
committerPaul Eggert2011-04-26 12:29:47 -0700
commitb6f5355a9e65892e4af245fbd9789cd9a9a5ed6b (patch)
tree5bd7d3ee0cc23ffcae7c592a3ecef6850cbc3d86 /lib
parentaa0b008761ca665ee64bc65a7208478a6bb69fe2 (diff)
downloademacs-b6f5355a9e65892e4af245fbd9789cd9a9a5ed6b.tar.gz
emacs-b6f5355a9e65892e4af245fbd9789cd9a9a5ed6b.zip
Update from gnulib.
Diffstat (limited to 'lib')
-rw-r--r--lib/gnulib.mk17
1 files changed, 13 insertions, 4 deletions
diff --git a/lib/gnulib.mk b/lib/gnulib.mk
index d79f3c2b571..f686137d38d 100644
--- a/lib/gnulib.mk
+++ b/lib/gnulib.mk
@@ -174,7 +174,7 @@ EXTRA_DIST += intprops.h
174 174
175## end gnulib module intprops 175## end gnulib module intprops
176 176
177## begin gnulib module inttypes-h 177## begin gnulib module inttypes-incomplete
178 178
179BUILT_SOURCES += inttypes.h 179BUILT_SOURCES += inttypes.h
180 180
@@ -214,7 +214,7 @@ MOSTLYCLEANFILES += inttypes.h inttypes.h-t
214 214
215EXTRA_DIST += inttypes.in.h 215EXTRA_DIST += inttypes.in.h
216 216
217## end gnulib module inttypes-h 217## end gnulib module inttypes-incomplete
218 218
219## begin gnulib module lstat 219## begin gnulib module lstat
220 220
@@ -574,12 +574,21 @@ EXTRA_libgnu_a_SOURCES += strftime.c
574 574
575## end gnulib module strftime 575## end gnulib module strftime
576 576
577## begin gnulib module strtoull
578
579
580EXTRA_DIST += strtol.c strtoul.c strtoull.c
581
582EXTRA_libgnu_a_SOURCES += strtol.c strtoul.c strtoull.c
583
584## end gnulib module strtoull
585
577## begin gnulib module strtoumax 586## begin gnulib module strtoumax
578 587
579 588
580EXTRA_DIST += strtoimax.c strtol.c strtoul.c strtoull.c strtoumax.c 589EXTRA_DIST += strtoimax.c strtoumax.c
581 590
582EXTRA_libgnu_a_SOURCES += strtoimax.c strtol.c strtoul.c strtoull.c strtoumax.c 591EXTRA_libgnu_a_SOURCES += strtoimax.c strtoumax.c
583 592
584## end gnulib module strtoumax 593## end gnulib module strtoumax
585 594