changeset 1034:eed1d91067c8

.
author Jim Meyering <jim@meyering.net>
date Wed, 17 Sep 1997 17:06:52 +0000
parents f4f00c32582a
children 9496653f8515
files lib/Makefile.in
diffstat 1 files changed, 7 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/lib/Makefile.in
+++ b/lib/Makefile.in
@@ -98,7 +98,7 @@
 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 @@
 
 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 @@
 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 @@
 .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 \