summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-04-24 03:25:02 +0000
committerJim Meyering <jim@meyering.net>1996-04-24 03:25:02 +0000
commit6d668c6160940ae8b0790f15f6df6ad44bd176d4 (patch)
tree5eafe0b2df9b62dc097822e086182df611b13ada /lib
parent78273e9d2319c99edc0d0c16a6d7e3cefab58a0f (diff)
downloadcoreutils-6d668c6160940ae8b0790f15f6df6ad44bd176d4.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 139ab92d2..bdac34572 100644
--- a/lib/Makefile.in
+++ b/lib/Makefile.in
@@ -41,14 +41,15 @@ transform = @program_transform_name@
noinst_LIBRARIES = fu
EXTRA_DIST = alloca.c euidaccess.c fnmatch.c fsusage.c ftruncate.c \
-getdate.y memcmp.c memcpy.c memset.c mkdir.c mktime.c mountlist.c \
+getdate.y getopt.c getopt1.c memcmp.c memcpy.c memset.c \
+mkdir.c mktime.c mountlist.c \
posixtm.y rename.c rmdir.c stpcpy.c strdup.c strstr.c strtol.c strtoul.c
INCLUDES = -I.. -I$(srcdir)
fu_SOURCES = getdate.c posixtm.c argmatch.c backupfile.c basename.c \
dirname.c error.c fileblocks.c filemode.c \
-full-write.c getopt.c getopt1.c getversion.c group-member.c idcache.c \
+full-write.c getversion.c group-member.c idcache.c \
isdir.c long-options.c makepath.c modechange.c obstack.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
@@ -78,11 +79,10 @@ LIBS = @LIBS@
COMPILE = $(CC) -c $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
LINK = $(CC) $(LDFLAGS) -o $@
fu_OBJECTS = getdate.o posixtm.o argmatch.o backupfile.o basename.o \
-dirname.o error.o fileblocks.o filemode.o full-write.o getopt.o \
-getopt1.o getversion.o group-member.o idcache.o isdir.o long-options.o \
-makepath.o modechange.o obstack.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
+dirname.o error.o fileblocks.o filemode.o full-write.o getversion.o \
+group-member.o idcache.o isdir.o long-options.o makepath.o modechange.o \
+obstack.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
LIBFILES = libfu.a
AR = ar