diff options
author | Jim Meyering <jim@meyering.net> | 2005-12-15 14:47:36 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-12-15 14:47:36 +0000 |
commit | 049a807bc692a69f0501aa6bc75ed8d01d336220 (patch) | |
tree | 638ad5efc4c97376b4edb73c1482be75e33108b0 /tests/dd | |
parent | 6e7efd30f0ca69c0c62e6f1b0fba04ac1dceeb4a (diff) | |
download | coreutils-049a807bc692a69f0501aa6bc75ed8d01d336220.tar.xz |
.
Diffstat (limited to 'tests/dd')
-rw-r--r-- | tests/dd/Makefile.in | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/tests/dd/Makefile.in b/tests/dd/Makefile.in index 549f86a1a..487d71cfa 100644 --- a/tests/dd/Makefile.in +++ b/tests/dd/Makefile.in @@ -63,9 +63,10 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \ $(top_srcdir)/m4/file-type.m4 $(top_srcdir)/m4/fileblocks.m4 \ $(top_srcdir)/m4/filemode.m4 $(top_srcdir)/m4/filenamecat.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/fts.m4 $(top_srcdir)/m4/getaddrinfo.m4 \ + $(top_srcdir)/m4/fprintftime.m4 $(top_srcdir)/m4/free.m4 \ + $(top_srcdir)/m4/fstypename.m4 $(top_srcdir)/m4/fsusage.m4 \ + $(top_srcdir)/m4/ftruncate.m4 $(top_srcdir)/m4/fts.m4 \ + $(top_srcdir)/m4/getaddrinfo.m4 \ $(top_srcdir)/m4/getcwd-path-max.m4 $(top_srcdir)/m4/getcwd.m4 \ $(top_srcdir)/m4/getdate.m4 $(top_srcdir)/m4/getdelim.m4 \ $(top_srcdir)/m4/getgroups.m4 $(top_srcdir)/m4/gethostname.m4 \ @@ -197,6 +198,7 @@ GLIBC21 = @GLIBC21@ GMSGFMT = @GMSGFMT@ GNU_PACKAGE = @GNU_PACKAGE@ GREP = @GREP@ +HAVE__BOOL = @HAVE__BOOL@ HELP2MAN = @HELP2MAN@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ |