diff options
author | Jim Meyering <jim@meyering.net> | 2005-07-07 17:59:05 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-07-07 17:59:05 +0000 |
commit | 52c7a92b852ad6bc7fd1f7b6afee34c28a7ebdad (patch) | |
tree | df12988422a5424e99fceb7992377dddde81bef1 /tests/readlink | |
parent | f68e25dc8f63c896d91439dc8c922944b28a7d98 (diff) | |
download | coreutils-52c7a92b852ad6bc7fd1f7b6afee34c28a7ebdad.tar.xz |
.
Diffstat (limited to 'tests/readlink')
-rw-r--r-- | tests/readlink/Makefile.in | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/readlink/Makefile.in b/tests/readlink/Makefile.in index 337b0dc3f..666f4545d 100644 --- a/tests/readlink/Makefile.in +++ b/tests/readlink/Makefile.in @@ -132,11 +132,11 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \ $(top_srcdir)/m4/strtoll.m4 $(top_srcdir)/m4/strtoul.m4 \ $(top_srcdir)/m4/strtoull.m4 $(top_srcdir)/m4/strtoumax.m4 \ $(top_srcdir)/m4/strverscmp.m4 $(top_srcdir)/m4/timespec.m4 \ - $(top_srcdir)/m4/tm_gmtoff.m4 $(top_srcdir)/m4/typeof.m4 \ - $(top_srcdir)/m4/tzset.m4 $(top_srcdir)/m4/uint32_t.m4 \ - $(top_srcdir)/m4/uintmax_t.m4 $(top_srcdir)/m4/uintptr_t.m4 \ - $(top_srcdir)/m4/ullong_max.m4 $(top_srcdir)/m4/ulonglong.m4 \ - $(top_srcdir)/m4/unicodeio.m4 $(top_srcdir)/m4/unistd-safer.m4 \ + $(top_srcdir)/m4/tm_gmtoff.m4 $(top_srcdir)/m4/tzset.m4 \ + $(top_srcdir)/m4/uint32_t.m4 $(top_srcdir)/m4/uintmax_t.m4 \ + $(top_srcdir)/m4/uintptr_t.m4 $(top_srcdir)/m4/ullong_max.m4 \ + $(top_srcdir)/m4/ulonglong.m4 $(top_srcdir)/m4/unicodeio.m4 \ + $(top_srcdir)/m4/unistd-safer.m4 \ $(top_srcdir)/m4/unlink-busy.m4 $(top_srcdir)/m4/unlinkdir.m4 \ $(top_srcdir)/m4/unlocked-io.m4 $(top_srcdir)/m4/uptime.m4 \ $(top_srcdir)/m4/userspec.m4 $(top_srcdir)/m4/utimbuf.m4 \ |