]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Regenerate.
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 22 Jan 2005 06:30:33 +0000 (06:30 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 22 Jan 2005 06:30:33 +0000 (06:30 +0000)
lib/Makefile.in

index 650badc603dc2e4a28c70dab86f6dbf81c26fa4f..5cfc1eeb155c454716dcb047090dac7e26a98c14 100644 (file)
@@ -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@