diff options
author | Jim Meyering <jim@meyering.net> | 2006-03-26 11:56:09 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-03-26 11:56:09 +0000 |
commit | fdecd2cfcdeb104aeeaf8af41d8032827be8793f (patch) | |
tree | be4e703cba21d4862236c3ee41d012f3568af7c6 | |
parent | 82142e155dd0ff222c2a4f5dc58bbdf76505baa2 (diff) | |
download | coreutils-fdecd2cfcdeb104aeeaf8af41d8032827be8793f.tar.gz coreutils-fdecd2cfcdeb104aeeaf8af41d8032827be8793f.tar.bz2 coreutils-fdecd2cfcdeb104aeeaf8af41d8032827be8793f.zip |
.
-rw-r--r-- | tests/Makefile.in | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/tests/Makefile.in b/tests/Makefile.in index a6a3f5c8a..378301f56 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -54,9 +54,10 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \ $(top_srcdir)/m4/cycle-check.m4 $(top_srcdir)/m4/d-ino.m4 \ $(top_srcdir)/m4/d-type.m4 $(top_srcdir)/m4/diacrit.m4 \ $(top_srcdir)/m4/dirfd.m4 $(top_srcdir)/m4/dirname.m4 \ - $(top_srcdir)/m4/dos.m4 $(top_srcdir)/m4/dup2.m4 \ - $(top_srcdir)/m4/eealloc.m4 $(top_srcdir)/m4/eoverflow.m4 \ - $(top_srcdir)/m4/error.m4 $(top_srcdir)/m4/euidaccess-stat.m4 \ + $(top_srcdir)/m4/dos.m4 $(top_srcdir)/m4/double-slash-root.m4 \ + $(top_srcdir)/m4/dup2.m4 $(top_srcdir)/m4/eealloc.m4 \ + $(top_srcdir)/m4/eoverflow.m4 $(top_srcdir)/m4/error.m4 \ + $(top_srcdir)/m4/euidaccess-stat.m4 \ $(top_srcdir)/m4/euidaccess.m4 $(top_srcdir)/m4/exclude.m4 \ $(top_srcdir)/m4/exitfail.m4 $(top_srcdir)/m4/extensions.m4 \ $(top_srcdir)/m4/fcntl-safer.m4 $(top_srcdir)/m4/fd-reopen.m4 \ @@ -331,10 +332,10 @@ EXTRA_DIST = \ rwx-to-mode sample-test setgid-check umask-check very-expensive SUBDIRS = \ - basename chgrp chmod chown cp cut dd dircolors du expr factor \ - fmt head install join ln ls ls-2 md5sum misc mkdir mv od pr readlink \ - rm rmdir seq sha1sum shred sort stty sum tac tail tail-2 tee test \ - touch tr tsort unexpand uniq wc + chgrp chmod chown cp cut dd dircolors du expr factor fmt head \ + install join ln ls ls-2 md5sum misc mkdir mv od pr readlink rm rmdir \ + seq sha1sum shred sort stty sum tac tail tail-2 tee test touch tr \ + tsort unexpand uniq wc all: all-recursive |