summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-05-14 19:13:51 +0000
committerJim Meyering <jim@meyering.net>2005-05-14 19:13:51 +0000
commit53a152ff60ed1f3055eae0eb1c06ca102d486954 (patch)
treeb7e538a29c0261bb6e84d61a8ef381991c737f65 /lib
parent10f6a16c7b2285c672b6e225fc9855582f679335 (diff)
downloadcoreutils-53a152ff60ed1f3055eae0eb1c06ca102d486954.tar.xz
.
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile.in11
1 files changed, 6 insertions, 5 deletions
diff --git a/lib/Makefile.in b/lib/Makefile.in
index 7bf02a865..aabe223d0 100644
--- a/lib/Makefile.in
+++ b/lib/Makefile.in
@@ -82,11 +82,11 @@ DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
strndup.c strndup.h strnlen.c strpbrk.c strstr.c strtod.c \
strtoimax.c strtol.c strtoll.c strtoul.c strtoull.c \
strtoumax.c strverscmp.c strverscmp.h tempname.c timespec.h \
- umaxtostr.c unistd-safer.h unlocked-io.h unsetenv.c userspec.c \
- userspec.h utime.c utimecmp.c utimecmp.h utimens.c utimens.h \
- vasnprintf.c vasprintf.c xalloc.h xmalloc.c xnanosleep.c \
- xnanosleep.h xstrtol.c xstrtol.h xstrtoul.c xtime.h yesno.c \
- yesno.h
+ umaxtostr.c unistd-safer.h unlinkdir.c unlinkdir.h \
+ unlocked-io.h unsetenv.c userspec.c userspec.h utime.c \
+ utimecmp.c utimecmp.h utimens.c utimens.h vasnprintf.c \
+ vasprintf.c xalloc.h xmalloc.c xnanosleep.c xnanosleep.h \
+ xstrtol.c xstrtol.h xstrtoul.c xtime.h yesno.c yesno.h
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
$(top_srcdir)/m4/alloca.m4 $(top_srcdir)/m4/allocsa.m4 \
@@ -580,6 +580,7 @@ distclean-compile:
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/strverscmp.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/tempname.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/umaxtostr.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/unlinkdir.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/unsetenv.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/userspec.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/utime.Po@am__quote@