changeset 489:0874493f99ac

(SOURCES): Add strtoul.
author Jim Meyering <jim@meyering.net>
date Sun, 01 Oct 1995 19:02:29 +0000
parents 3b80433a4e28
children 985fe9826996
files lib/Makefile.in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib/Makefile.in
+++ b/lib/Makefile.in
@@ -38,7 +38,7 @@
 stripslash.c xgetcwd.c xmalloc.c xstrdup.c userspec.c yesno.c \
 fileblocks.c fnmatch.c ftruncate.c mkdir.c mktime.c rename.c rmdir.c \
 save-cwd.c stpcpy.c \
-strdup.c strstr.c strtol.c alloca.c long-options.c \
+strdup.c strstr.c strtol.c strtoul.c alloca.c long-options.c \
 memcmp.c memcpy.c memset.c xstrtol.c xstrtoul.c
 
 OBJECTS = getdate.o posixtm.o \