summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1994-07-01 18:06:49 +0000
committerJim Meyering <jim@meyering.net>1994-07-01 18:06:49 +0000
commitc1920a67e20f0180663457aa6e98e00402cbbf38 (patch)
tree131b4565d0649f4829136125a06dadce9b9fb3f7 /lib
parent5c92a5735d7f05b3199fb029584d3b0c886483af (diff)
downloadcoreutils-c1920a67e20f0180663457aa6e98e00402cbbf38.tar.xz
.
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Makefile.in b/lib/Makefile.in
index 27b68628a..760769468 100644
--- a/lib/Makefile.in
+++ b/lib/Makefile.in
@@ -38,12 +38,12 @@ getversion.c group-member.c idcache.c isdir.c makepath.c \
modechange.c mountlist.c safe-read.c savedir.c \
stripslash.c xgetcwd.c xmalloc.c xstrdup.c userspec.c yesno.c \
fileblocks.c fnmatch.c ftruncate.c mkdir.c mktime.c rename.c stpcpy.c \
-strdup.c strstr.c alloca.c
+strdup.c strstr.c alloca.c long-options.c
OBJECTS = getdate.o posixtm.o \
argmatch.o backupfile.o basename.o dirname.o eaccess.o \
error.o filemode.o full-write.o getopt.o getopt1.o \
-getversion.o group-member.o idcache.o isdir.o makepath.o \
+getversion.o group-member.o idcache.o isdir.o long-options.o makepath.o \
modechange.o safe-read.o savedir.o \
stripslash.o xgetcwd.o xmalloc.o xstrdup.o userspec.o yesno.o \
@LIBOBJS@ @ALLOCA@