diff options
author | Jim Meyering <jim@meyering.net> | 1994-11-11 16:10:16 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1994-11-11 16:10:16 +0000 |
commit | b81d2117e2744cbe712972d808e907ba476253d1 (patch) | |
tree | ed3831c0687bf09dcfd68aee5d6bb5800aa5a824 /lib | |
parent | 34406025e52d76da9eaef7cfe481d4a83b25e34d (diff) | |
download | coreutils-b81d2117e2744cbe712972d808e907ba476253d1.tar.xz |
(SOURCES): Add strtol.c.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.in b/lib/Makefile.in index c1ba84d49..5134a179d 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -37,7 +37,7 @@ getversion.c group-member.c idcache.c isdir.c makepath.c \ modechange.c mountlist.c obstack.c safe-read.c savedir.c \ 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 stpcpy.c \ -strdup.c strstr.c alloca.c long-options.c +strdup.c strstr.c strtol.c alloca.c long-options.c OBJECTS = getdate.o posixtm.o \ argmatch.o backupfile.o basename.o dirname.o \ |