diff options
author | Jim Meyering <jim@meyering.net> | 1997-01-25 06:54:19 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1997-01-25 06:54:19 +0000 |
commit | fb040700615f09b5e0afae6b876c8f134af42e4d (patch) | |
tree | 9ece243cf3d6f78e4ef5cb499306048a7e810fcc | |
parent | 920031168456e759676b256a2f709f546b5f983d (diff) | |
download | coreutils-fb040700615f09b5e0afae6b876c8f134af42e4d.tar.xz |
.
-rw-r--r-- | lib/Makefile.in | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/lib/Makefile.in b/lib/Makefile.in index ed53a1a42..3fe7c8216 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -97,7 +97,8 @@ error.h euidaccess.c fileblocks.c fnmatch.c fsusage.c ftruncate.c \ getdate.c getgroups.c getline.c group-member.c interlock memcmp.c \ memcpy.c memset.c mkdir.c mktime.c mountlist.c obstack.c obstack.h \ posixtm.c regex.c regex.h rename.c rmdir.c rpmatch.c rx.c rx.h stpcpy.c \ -strcasecmp.c strdup.c strndup.c strstr.c strtol.c strtoul.c ylwrap +strcasecmp.c strdup.c strftime.c strndup.c strstr.c strtol.c strtoul.c \ +ylwrap PACKAGE = @PACKAGE@ @@ -118,10 +119,10 @@ DEP_FILES = .deps/alloca.P .deps/argmatch.P .deps/backupfile.P \ .deps/obstack.P .deps/path-concat.P .deps/posixtm.P .deps/regex.P \ .deps/rename.P .deps/rmdir.P .deps/rpmatch.P .deps/rx.P \ .deps/safe-read.P .deps/save-cwd.P .deps/savedir.P .deps/stpcpy.P \ -.deps/strcasecmp.P .deps/strdup.P .deps/stripslash.P .deps/strndup.P \ -.deps/strstr.P .deps/strtol.P .deps/strtoul.P .deps/userspec.P \ -.deps/xgetcwd.P .deps/xmalloc.P .deps/xstrdup.P .deps/xstrtol.P \ -.deps/xstrtoul.P .deps/yesno.P +.deps/strcasecmp.P .deps/strdup.P .deps/strftime.P .deps/stripslash.P \ +.deps/strndup.P .deps/strstr.P .deps/strtol.P .deps/strtoul.P \ +.deps/userspec.P .deps/xgetcwd.P .deps/xmalloc.P .deps/xstrdup.P \ +.deps/xstrtol.P .deps/xstrtoul.P .deps/yesno.P SOURCES = $(libfu_a_SOURCES) OBJECTS = $(libfu_a_OBJECTS) |