From: Jim Meyering Date: Sat, 25 Jan 1997 06:54:19 +0000 (+0000) Subject: . X-Git-Tag: TEXTUTILS-1_21a~24 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=fb040700615f09b5e0afae6b876c8f134af42e4d;p=thirdparty%2Fcoreutils.git . --- diff --git a/lib/Makefile.in b/lib/Makefile.in index ed53a1a429..3fe7c82162 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)