From f774d409d9bd096d5ee9908f8b7c4d27042b1fea Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 17 Sep 1997 17:06:52 +0000 Subject: [PATCH] . --- lib/Makefile.in | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/lib/Makefile.in b/lib/Makefile.in index 56ea290977..4788828011 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -98,7 +98,7 @@ INCLUDES = -I.. -I$(srcdir) -I../intl libfu_a_SOURCES = getdate.y posixtm.y getopt.c getopt1.c \ addext.c argmatch.c backupfile.c basename.c dirname.c filemode.c \ full-write.c idcache.c \ -isdir.c long-options.c makepath.c modechange.c oa-hash.c path-concat.c \ +isdir.c long-options.c makepath.c modechange.c hash.c path-concat.c \ safe-read.c save-cwd.c savedir.c stripslash.c userspec.c xgetcwd.c \ xmalloc.c xstrdup.c xstrtol.c xstrtoul.c yesno.c @@ -107,7 +107,7 @@ libfu_a_DEPENDENCIES = $(libfu_a_LIBADD) noinst_HEADERS = argmatch.h backupfile.h error.h fnmatch.h fsusage.h \ getdate.h getline.h getopt.h group-member.h long-options.h \ -makepath.h modechange.h mountlist.h oa-hash.h path-concat.h pathmax.h \ +makepath.h modechange.h mountlist.h hash.h path-concat.h pathmax.h \ save-cwd.h xstrtol.h xstrtoul.h strverscmp.h BUILT_SOURCES = getdate.c posixtm.c @@ -123,7 +123,7 @@ LDFLAGS = @LDFLAGS@ LIBS = @LIBS@ libfu_a_OBJECTS = getdate.o posixtm.o getopt.o getopt1.o addext.o \ argmatch.o backupfile.o basename.o dirname.o filemode.o full-write.o \ -idcache.o isdir.o long-options.o makepath.o modechange.o oa-hash.o \ +idcache.o isdir.o long-options.o makepath.o modechange.o hash.o \ path-concat.o safe-read.o save-cwd.o savedir.o stripslash.o userspec.o \ xgetcwd.o xmalloc.o xstrdup.o xstrtol.o xstrtoul.o yesno.o AR = ar @@ -151,10 +151,10 @@ DEP_FILES = .deps/addext.P .deps/alloca.P .deps/argmatch.P \ .deps/error.P .deps/euidaccess.P .deps/fileblocks.P .deps/filemode.P \ .deps/fnmatch.P .deps/fsusage.P .deps/ftruncate.P .deps/full-write.P \ .deps/getdate.P .deps/getgroups.P .deps/getline.P .deps/getopt.P \ -.deps/getopt1.P .deps/group-member.P .deps/idcache.P .deps/isdir.P \ -.deps/long-options.P .deps/lstat.P .deps/makepath.P .deps/memcmp.P \ -.deps/memcpy.P .deps/memset.P .deps/mkdir.P .deps/mktime.P \ -.deps/modechange.P .deps/mountlist.P .deps/oa-hash.P .deps/obstack.P \ +.deps/getopt1.P .deps/group-member.P .deps/hash.P .deps/idcache.P \ +.deps/isdir.P .deps/long-options.P .deps/lstat.P .deps/makepath.P \ +.deps/memcmp.P .deps/memcpy.P .deps/memset.P .deps/mkdir.P \ +.deps/mktime.P .deps/modechange.P .deps/mountlist.P .deps/obstack.P \ .deps/path-concat.P .deps/posixtm.P .deps/realloc.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/stat.P \ -- 2.30.2