diff options
author | Jim Meyering <jim@meyering.net> | 2005-03-19 14:20:47 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-03-19 14:20:47 +0000 |
commit | 33f2ed5c4d05d656bd24c0a13d483f85eb197c19 (patch) | |
tree | af32fbc095fa25573b9f50d51e7978362f51ed3d /tests/pr/Makefile.in | |
parent | d27f65672e8440c5df38f33b1f0948c86de450cd (diff) | |
download | coreutils-33f2ed5c4d05d656bd24c0a13d483f85eb197c19.tar.gz coreutils-33f2ed5c4d05d656bd24c0a13d483f85eb197c19.tar.bz2 coreutils-33f2ed5c4d05d656bd24c0a13d483f85eb197c19.zip |
.
Diffstat (limited to 'tests/pr/Makefile.in')
-rw-r--r-- | tests/pr/Makefile.in | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/tests/pr/Makefile.in b/tests/pr/Makefile.in index 380a5166b..282374bac 100644 --- a/tests/pr/Makefile.in +++ b/tests/pr/Makefile.in @@ -129,10 +129,11 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.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/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/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/unlink-busy.m4 \ $(top_srcdir)/m4/unlocked-io.m4 $(top_srcdir)/m4/uptime.m4 \ $(top_srcdir)/m4/userspec.m4 $(top_srcdir)/m4/utimbuf.m4 \ |