changeset 20284:d4d8b2b58ad5

.
author Jim Meyering <jim@meyering.net>
date Wed, 24 Apr 1996 03:25:18 +0000
parents d2e4a909e936
children dda6e1b18bed
files lib/Makefile.in
diffstat 1 files changed, 7 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/lib/Makefile.in	Wed Apr 24 03:13:41 1996 +0000
+++ b/lib/Makefile.in	Wed Apr 24 03:25:18 1996 +0000
@@ -41,14 +41,15 @@
 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 @@
 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