summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-06-14 08:19:18 +0000
committerJim Meyering <jim@meyering.net>2005-06-14 08:19:18 +0000
commita0e071d050f4647177a32826008a692248e6ec17 (patch)
tree73e8b46bc00ca993b9cc094db10c4963a16574b3 /lib
parent19c47583a27b8ff4d0d58c0fd0b82a515404630b (diff)
downloadcoreutils-a0e071d050f4647177a32826008a692248e6ec17.tar.xz
.
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile.in34
1 files changed, 18 insertions, 16 deletions
diff --git a/lib/Makefile.in b/lib/Makefile.in
index 8b6084d54..1b4201968 100644
--- a/lib/Makefile.in
+++ b/lib/Makefile.in
@@ -69,22 +69,23 @@ DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
memrchr.c memrchr.h memset.c mkdir-p.c mkdir-p.h mkdir.c \
mkstemp.c mktime.c modechange.c modechange.h mountlist.c \
mountlist.h nanosleep.c obstack.c obstack.h offtostr.c \
- openat.c openat.h pathmax.h physmem.c physmem.h posixtm.c \
- posixtm.h posixver.c posixver.h printf-args.c printf-parse.c \
- putenv.c quote.c quote.h quotearg.c quotearg.h raise.c \
- readlink.c readtokens.c readtokens.h readutmp.c readutmp.h \
- realloc.c regex.c rename.c rmdir.c rpmatch.c safe-read.c \
- safe-read.h safe-write.c safe-write.h same.c same.h save-cwd.c \
- save-cwd.h savedir.c savedir.h setenv.c setenv.h settime.c \
- sha1.c sha1.h sig2str.c sig2str.h stat-macros.h stdio-safer.h \
- stpcpy.c strcasecmp.c strcspn.c strdup.c strdup.h strftime.c \
- strftime.h strintcmp.c stripslash.c strncasecmp.c strndup.c \
- strndup.h strnlen.c strnumcmp-in.h strnumcmp.c strnumcmp.h \
- 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 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 \
+ openat-die.c openat.c openat.h pathmax.h physmem.c physmem.h \
+ posixtm.c posixtm.h posixver.c posixver.h printf-args.c \
+ printf-parse.c putenv.c quote.c quote.h quotearg.c quotearg.h \
+ raise.c readlink.c readtokens.c readtokens.h readutmp.c \
+ readutmp.h realloc.c regex.c rename.c rmdir.c rpmatch.c \
+ safe-read.c safe-read.h safe-write.c safe-write.h same.c \
+ same.h save-cwd.c save-cwd.h savedir.c savedir.h setenv.c \
+ setenv.h settime.c sha1.c sha1.h sig2str.c sig2str.h \
+ stat-macros.h stdio-safer.h stpcpy.c strcasecmp.c strcspn.c \
+ strdup.c strdup.h strftime.c strftime.h strintcmp.c \
+ stripslash.c strncasecmp.c strndup.c strndup.h strnlen.c \
+ strnumcmp-in.h strnumcmp.c strnumcmp.h 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 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
@@ -532,6 +533,7 @@ distclean-compile:
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/nanosleep.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/obstack.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/offtostr.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/openat-die.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/openat.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/physmem.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/posixtm.Po@am__quote@