diff options
author | Jim Meyering <jim@meyering.net> | 2005-12-21 10:23:51 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-12-21 10:23:51 +0000 |
commit | 1e1938032b142555fba9ba74ca4ada767d99860d (patch) | |
tree | eb819ceaf3d0b93594ad153103214a4b36715c9d /tests/pr | |
parent | 3114855498ede191d2dd2486affd147d17ca9099 (diff) | |
download | coreutils-1e1938032b142555fba9ba74ca4ada767d99860d.tar.xz |
.
Diffstat (limited to 'tests/pr')
-rw-r--r-- | tests/pr/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/pr/Makefile.in b/tests/pr/Makefile.in index b7e4f3eba..8791eef65 100644 --- a/tests/pr/Makefile.in +++ b/tests/pr/Makefile.in @@ -48,7 +48,8 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \ $(top_srcdir)/m4/c-strtod.m4 $(top_srcdir)/m4/calloc.m4 \ $(top_srcdir)/m4/canon-host.m4 \ $(top_srcdir)/m4/canonicalize.m4 \ - $(top_srcdir)/m4/chdir-long.m4 $(top_srcdir)/m4/check-decl.m4 \ + $(top_srcdir)/m4/chdir-long.m4 $(top_srcdir)/m4/chdir-safer.m4 \ + $(top_srcdir)/m4/check-decl.m4 $(top_srcdir)/m4/chmod-safer.m4 \ $(top_srcdir)/m4/chown.m4 $(top_srcdir)/m4/clock_time.m4 \ $(top_srcdir)/m4/cloexec.m4 $(top_srcdir)/m4/closeout.m4 \ $(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/cycle-check.m4 \ |