diff options
author | Jim Meyering <jim@meyering.net> | 2004-11-06 22:46:44 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-11-06 22:46:44 +0000 |
commit | 7d354a128648bc6358ba22d5ca8bd5b8457c1117 (patch) | |
tree | dd16e9ee4b6980fe4eb3dfb02814536d140c0704 /tests/cut | |
parent | eee82e138214f5d293228d4a961c0d61568b27a9 (diff) | |
download | coreutils-7d354a128648bc6358ba22d5ca8bd5b8457c1117.tar.xz |
.
Diffstat (limited to 'tests/cut')
-rw-r--r-- | tests/cut/Makefile.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/cut/Makefile.in b/tests/cut/Makefile.in index b9e0f36f4..d80463f7f 100644 --- a/tests/cut/Makefile.in +++ b/tests/cut/Makefile.in @@ -58,9 +58,8 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \ $(top_srcdir)/m4/extensions.m4 $(top_srcdir)/m4/fcntl-safer.m4 \ $(top_srcdir)/m4/file-type.m4 $(top_srcdir)/m4/fileblocks.m4 \ $(top_srcdir)/m4/filemode.m4 $(top_srcdir)/m4/fnmatch.m4 \ - $(top_srcdir)/m4/fpending.m4 $(top_srcdir)/m4/free.m4 \ - $(top_srcdir)/m4/fstypename.m4 $(top_srcdir)/m4/fsusage.m4 \ - $(top_srcdir)/m4/ftruncate.m4 \ + $(top_srcdir)/m4/free.m4 $(top_srcdir)/m4/fstypename.m4 \ + $(top_srcdir)/m4/fsusage.m4 $(top_srcdir)/m4/ftruncate.m4 \ $(top_srcdir)/m4/getcwd-path-max.m4 $(top_srcdir)/m4/getcwd.m4 \ $(top_srcdir)/m4/getdate.m4 $(top_srcdir)/m4/getgroups.m4 \ $(top_srcdir)/m4/gethostname.m4 $(top_srcdir)/m4/getline.m4 \ |