diff options
author | Jim Meyering <jim@meyering.net> | 2006-03-26 12:33:28 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-03-26 12:33:28 +0000 |
commit | a35fc49153ec966432d553ab6d9dc49e931c9e35 (patch) | |
tree | 8a71be61d6e3bb9c9716cbef677b90b43a033b54 /tests/rmdir | |
parent | fa9be79b41b5a06c1438ea0d15ade418c96594f9 (diff) | |
download | coreutils-a35fc49153ec966432d553ab6d9dc49e931c9e35.tar.xz |
.
Diffstat (limited to 'tests/rmdir')
-rw-r--r-- | tests/rmdir/Makefile.in | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/tests/rmdir/Makefile.in b/tests/rmdir/Makefile.in index edd8a0276..a474ac4f4 100644 --- a/tests/rmdir/Makefile.in +++ b/tests/rmdir/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 \ |