summaryrefslogtreecommitdiff
path: root/lib/Makefile.in
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-01-22 06:30:33 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-01-22 06:30:33 +0000
commit52bf4b2a25217e4f58a4b42a9dc1513e42a72255 (patch)
tree0fb5b5695d6191e828afbdbedc23db169368be20 /lib/Makefile.in
parent2d50382bd931a9c1a9fa9bf19c2c24ad61da5853 (diff)
downloadcoreutils-52bf4b2a25217e4f58a4b42a9dc1513e42a72255.tar.xz
Regenerate.
Diffstat (limited to 'lib/Makefile.in')
-rw-r--r--lib/Makefile.in28
1 files changed, 15 insertions, 13 deletions
diff --git a/lib/Makefile.in b/lib/Makefile.in
index 650badc60..5cfc1eeb1 100644
--- a/lib/Makefile.in
+++ b/lib/Makefile.in
@@ -14,7 +14,7 @@
@SET_MAKE@
-# Copyright (C) 1995-2004 Free Software Foundation, Inc.
+# Copyright (C) 1995-2005 Free Software Foundation, Inc.
SOURCES = $(libfetish_a_SOURCES) t-fpending.c
@@ -199,12 +199,12 @@ am_libfetish_a_OBJECTS = acl.$(OBJEXT) getdate.$(OBJEXT) \
settime.$(OBJEXT) sha1.$(OBJEXT) stripslash.$(OBJEXT) \
time_r.$(OBJEXT) umaxtostr.$(OBJEXT) unicodeio.$(OBJEXT) \
userspec.$(OBJEXT) utimecmp.$(OBJEXT) utimens.$(OBJEXT) \
- version-etc.$(OBJEXT) xalloc-die.$(OBJEXT) xfts.$(OBJEXT) \
- xgetcwd.$(OBJEXT) xgethostname.$(OBJEXT) xmalloc.$(OBJEXT) \
- xmemcoll.$(OBJEXT) xnanosleep.$(OBJEXT) xreadlink.$(OBJEXT) \
- xstrndup.$(OBJEXT) xstrtod.$(OBJEXT) xstrtoimax.$(OBJEXT) \
- xstrtol.$(OBJEXT) xstrtoul.$(OBJEXT) xstrtoumax.$(OBJEXT) \
- yesno.$(OBJEXT)
+ version-etc.$(OBJEXT) version-etc-fsf.$(OBJEXT) \
+ xalloc-die.$(OBJEXT) xfts.$(OBJEXT) xgetcwd.$(OBJEXT) \
+ xgethostname.$(OBJEXT) xmalloc.$(OBJEXT) xmemcoll.$(OBJEXT) \
+ xnanosleep.$(OBJEXT) xreadlink.$(OBJEXT) xstrndup.$(OBJEXT) \
+ xstrtod.$(OBJEXT) xstrtoimax.$(OBJEXT) xstrtol.$(OBJEXT) \
+ xstrtoul.$(OBJEXT) xstrtoumax.$(OBJEXT) yesno.$(OBJEXT)
libfetish_a_OBJECTS = $(am_libfetish_a_OBJECTS)
PROGRAMS = $(noinst_PROGRAMS)
t_fpending_SOURCES = t-fpending.c
@@ -379,12 +379,13 @@ libfetish_a_SOURCES = acl.h acl.c getdate.h getdate.y posixtm.c \
time_r.c time_r.h timespec.h umaxtostr.c unicodeio.c \
unicodeio.h unistd-safer.h unlocked-io.h userspec.c userspec.h \
utimecmp.c utimecmp.h utimens.c utimens.h version-etc.c \
- version-etc.h xalloc.h xalloc-die.c xfts.c xfts.h xgetcwd.c \
- xgetcwd.h xgethostname.c xgethostname.h xmalloc.c xmemcoll.c \
- xmemcoll.h xnanosleep.c xnanosleep.h xreadlink.c xreadlink.h \
- xstrndup.c xstrndup.h xstrtod.c xstrtod.h xstrtoimax.c \
- xstrtol.c xstrtol.h xstrtoul.c xstrtoumax.c yesno.c yesno.h \
- printf-args.h printf-parse.h vasprintf.h vasnprintf.h
+ version-etc.h version-etc-fsf.c xalloc.h xalloc-die.c xfts.c \
+ xfts.h xgetcwd.c xgetcwd.h xgethostname.c xgethostname.h \
+ xmalloc.c xmemcoll.c xmemcoll.h xnanosleep.c xnanosleep.h \
+ xreadlink.c xreadlink.h xstrndup.c xstrndup.h xstrtod.c \
+ xstrtod.h xstrtoimax.c xstrtol.c xstrtol.h xstrtoul.c \
+ xstrtoumax.c yesno.c yesno.h printf-args.h printf-parse.h \
+ vasprintf.h vasnprintf.h
libfetish_a_LIBADD = $(LIBOBJS) $(ALLOCA)
libfetish_a_DEPENDENCIES = $(libfetish_a_LIBADD)
lib_OBJECTS = $(libfetish_a_OBJECTS)
@@ -606,6 +607,7 @@ distclean-compile:
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/userspec.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utimecmp.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utimens.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/version-etc-fsf.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/version-etc.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xalloc-die.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xfts.Po@am__quote@