diff options
author | Jim Meyering <jim@meyering.net> | 2006-05-06 15:52:56 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-05-06 15:52:56 +0000 |
commit | 9980147451dde051f49bbb4377b2ebdba1ecfd34 (patch) | |
tree | 0d5cfd7bd59401256c5baec61aaf6d4a4c42acd6 /lib | |
parent | f3e78aa999ffe1c42ec11b68cdb3f011568ab0dc (diff) | |
download | coreutils-9980147451dde051f49bbb4377b2ebdba1ecfd34.tar.xz |
.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile.in | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/Makefile.in b/lib/Makefile.in index 9a5958060..995182bde 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -90,7 +90,7 @@ DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ strnlen.c strnlen.h 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 time_r.c timespec.h umaxtostr.c unistd--.h \ + tempname.c time_r.c time_r.h timespec.h umaxtostr.c unistd--.h \ 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 version-etc-fsf.c \ @@ -353,8 +353,6 @@ XGETTEXT = @XGETTEXT@ YACC = @YACC@ YFLAGS = @YFLAGS@ ac_ct_CC = @ac_ct_CC@ -ac_ct_RANLIB = @ac_ct_RANLIB@ -ac_ct_STRIP = @ac_ct_STRIP@ am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ am__include = @am__include@ |