mirror of
https://github.com/coreutils/coreutils.git
synced 2024-12-01 22:13:35 +08:00
Regenerate.
This commit is contained in:
parent
2d50382bd9
commit
52bf4b2a25
@ -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@
|
||||
|
Loading…
Reference in New Issue
Block a user