summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-09-17 17:06:52 +0000
committerJim Meyering <jim@meyering.net>1997-09-17 17:06:52 +0000
commit5f20a181aac0838d6b76bb136b99d163eae527f5 (patch)
tree2a4cef13db64cb179a4edec7fba754c5dc4d5962 /lib
parent2fef57672b804a4e50dc4b503aacf27aff3d3597 (diff)
downloadcoreutils-5f20a181aac0838d6b76bb136b99d163eae527f5.tar.xz
.
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile.in14
1 files changed, 7 insertions, 7 deletions
diff --git a/lib/Makefile.in b/lib/Makefile.in
index 56ea29097..478882801 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 \