summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-04-08 15:38:59 +0000
committerJim Meyering <jim@meyering.net>2004-04-08 15:38:59 +0000
commita61bca91eb33f5d61c67dfcdc83f78b930ca4856 (patch)
tree81c8e42bc82a4bec846e173e0a0374a0bf870e71 /tests
parent283006238635fc8db771df8256bef8c08ca2765b (diff)
downloadcoreutils-a61bca91eb33f5d61c67dfcdc83f78b930ca4856.tar.xz
.
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.in1
-rw-r--r--tests/basename/Makefile.in1
-rw-r--r--tests/chgrp/Makefile.in1
-rw-r--r--tests/chmod/Makefile.in1
-rw-r--r--tests/chown/Makefile.in1
-rw-r--r--tests/cp/Makefile.in1
-rw-r--r--tests/cut/Makefile.in1
-rw-r--r--tests/date/Makefile.in1
-rw-r--r--tests/dd/Makefile.in1
-rw-r--r--tests/dircolors/Makefile.in1
-rw-r--r--tests/du/Makefile.in1
-rw-r--r--tests/expr/Makefile.in1
-rw-r--r--tests/factor/Makefile.in1
-rw-r--r--tests/fmt/Makefile.in1
-rw-r--r--tests/head/Makefile.in1
-rw-r--r--tests/install/Makefile.in1
-rw-r--r--tests/join/Makefile.in1
-rw-r--r--tests/ln/Makefile.in1
-rw-r--r--tests/ls-2/Makefile.in1
-rw-r--r--tests/ls/Makefile.in1
-rw-r--r--tests/md5sum/Makefile.in1
-rw-r--r--tests/misc/Makefile.in1
-rw-r--r--tests/mkdir/Makefile.in1
-rw-r--r--tests/mv/Makefile.in1
-rw-r--r--tests/od/Makefile.in1
-rw-r--r--tests/pr/Makefile.in1
-rw-r--r--tests/rm/Makefile.in1
-rw-r--r--tests/rmdir/Makefile.in1
-rw-r--r--tests/seq/Makefile.in1
-rw-r--r--tests/sha1sum/Makefile.in1
-rw-r--r--tests/shred/Makefile.in1
-rw-r--r--tests/sort/Makefile.in1
-rw-r--r--tests/stty/Makefile.in1
-rw-r--r--tests/sum/Makefile.in1
-rw-r--r--tests/tac/Makefile.in1
-rw-r--r--tests/tail-2/Makefile.in1
-rw-r--r--tests/tail/Makefile.in1
-rw-r--r--tests/test/Makefile.in1
-rw-r--r--tests/touch/Makefile.in1
-rw-r--r--tests/tr/Makefile.in1
-rw-r--r--tests/tsort/Makefile.in1
-rw-r--r--tests/unexpand/Makefile.in1
-rw-r--r--tests/uniq/Makefile.in1
-rw-r--r--tests/wc/Makefile.in1
44 files changed, 44 insertions, 0 deletions
diff --git a/tests/Makefile.in b/tests/Makefile.in
index 11666f8aa..bf48542aa 100644
--- a/tests/Makefile.in
+++ b/tests/Makefile.in
@@ -196,6 +196,7 @@ LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
LIB_CRYPT = @LIB_CRYPT@
+LIB_FDATASYNC = @LIB_FDATASYNC@
LIB_NANOSLEEP = @LIB_NANOSLEEP@
LN_S = @LN_S@
LTLIBICONV = @LTLIBICONV@
diff --git a/tests/basename/Makefile.in b/tests/basename/Makefile.in
index 36e2c9076..35e140442 100644
--- a/tests/basename/Makefile.in
+++ b/tests/basename/Makefile.in
@@ -187,6 +187,7 @@ LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
LIB_CRYPT = @LIB_CRYPT@
+LIB_FDATASYNC = @LIB_FDATASYNC@
LIB_NANOSLEEP = @LIB_NANOSLEEP@
LN_S = @LN_S@
LTLIBICONV = @LTLIBICONV@
diff --git a/tests/chgrp/Makefile.in b/tests/chgrp/Makefile.in
index 7135b0d6e..faf4a4912 100644
--- a/tests/chgrp/Makefile.in
+++ b/tests/chgrp/Makefile.in
@@ -187,6 +187,7 @@ LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
LIB_CRYPT = @LIB_CRYPT@
+LIB_FDATASYNC = @LIB_FDATASYNC@
LIB_NANOSLEEP = @LIB_NANOSLEEP@
LN_S = @LN_S@
LTLIBICONV = @LTLIBICONV@
diff --git a/tests/chmod/Makefile.in b/tests/chmod/Makefile.in
index b78e6cd3e..076653500 100644
--- a/tests/chmod/Makefile.in
+++ b/tests/chmod/Makefile.in
@@ -187,6 +187,7 @@ LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
LIB_CRYPT = @LIB_CRYPT@
+LIB_FDATASYNC = @LIB_FDATASYNC@
LIB_NANOSLEEP = @LIB_NANOSLEEP@
LN_S = @LN_S@
LTLIBICONV = @LTLIBICONV@
diff --git a/tests/chown/Makefile.in b/tests/chown/Makefile.in
index 31091796f..797a3f5d3 100644
--- a/tests/chown/Makefile.in
+++ b/tests/chown/Makefile.in
@@ -187,6 +187,7 @@ LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
LIB_CRYPT = @LIB_CRYPT@
+LIB_FDATASYNC = @LIB_FDATASYNC@
LIB_NANOSLEEP = @LIB_NANOSLEEP@
LN_S = @LN_S@
LTLIBICONV = @LTLIBICONV@
diff --git a/tests/cp/Makefile.in b/tests/cp/Makefile.in
index ee2cba450..70a937401 100644
--- a/tests/cp/Makefile.in
+++ b/tests/cp/Makefile.in
@@ -187,6 +187,7 @@ LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
LIB_CRYPT = @LIB_CRYPT@
+LIB_FDATASYNC = @LIB_FDATASYNC@
LIB_NANOSLEEP = @LIB_NANOSLEEP@
LN_S = @LN_S@
LTLIBICONV = @LTLIBICONV@
diff --git a/tests/cut/Makefile.in b/tests/cut/Makefile.in
index da4647f79..874faa664 100644
--- a/tests/cut/Makefile.in
+++ b/tests/cut/Makefile.in
@@ -189,6 +189,7 @@ LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
LIB_CRYPT = @LIB_CRYPT@
+LIB_FDATASYNC = @LIB_FDATASYNC@
LIB_NANOSLEEP = @LIB_NANOSLEEP@
LN_S = @LN_S@
LTLIBICONV = @LTLIBICONV@
diff --git a/tests/date/Makefile.in b/tests/date/Makefile.in
index fd4bb2d45..4a79e8de9 100644
--- a/tests/date/Makefile.in
+++ b/tests/date/Makefile.in
@@ -189,6 +189,7 @@ LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
LIB_CRYPT = @LIB_CRYPT@
+LIB_FDATASYNC = @LIB_FDATASYNC@
LIB_NANOSLEEP = @LIB_NANOSLEEP@
LN_S = @LN_S@
LTLIBICONV = @LTLIBICONV@
diff --git a/tests/dd/Makefile.in b/tests/dd/Makefile.in
index 2ebac1438..5e019bafb 100644
--- a/tests/dd/Makefile.in
+++ b/tests/dd/Makefile.in
@@ -187,6 +187,7 @@ LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
LIB_CRYPT = @LIB_CRYPT@
+LIB_FDATASYNC = @LIB_FDATASYNC@
LIB_NANOSLEEP = @LIB_NANOSLEEP@
LN_S = @LN_S@
LTLIBICONV = @LTLIBICONV@
diff --git a/tests/dircolors/Makefile.in b/tests/dircolors/Makefile.in
index 2ba4e0bb5..ea8298261 100644
--- a/tests/dircolors/Makefile.in
+++ b/tests/dircolors/Makefile.in
@@ -187,6 +187,7 @@ LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
LIB_CRYPT = @LIB_CRYPT@
+LIB_FDATASYNC = @LIB_FDATASYNC@
LIB_NANOSLEEP = @LIB_NANOSLEEP@
LN_S = @LN_S@
LTLIBICONV = @LTLIBICONV@
diff --git a/tests/du/Makefile.in b/tests/du/Makefile.in
index 782eb8440..16512971a 100644
--- a/tests/du/Makefile.in
+++ b/tests/du/Makefile.in
@@ -187,6 +187,7 @@ LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
LIB_CRYPT = @LIB_CRYPT@
+LIB_FDATASYNC = @LIB_FDATASYNC@
LIB_NANOSLEEP = @LIB_NANOSLEEP@
LN_S = @LN_S@
LTLIBICONV = @LTLIBICONV@
diff --git a/tests/expr/Makefile.in b/tests/expr/Makefile.in
index 68c5551b2..8e42b4eaf 100644
--- a/tests/expr/Makefile.in
+++ b/tests/expr/Makefile.in
@@ -187,6 +187,7 @@ LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
LIB_CRYPT = @LIB_CRYPT@
+LIB_FDATASYNC = @LIB_FDATASYNC@
LIB_NANOSLEEP = @LIB_NANOSLEEP@
LN_S = @LN_S@
LTLIBICONV = @LTLIBICONV@
diff --git a/tests/factor/Makefile.in b/tests/factor/Makefile.in
index 461ea54b5..abfa7e9ba 100644
--- a/tests/factor/Makefile.in
+++ b/tests/factor/Makefile.in
@@ -187,6 +187,7 @@ LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
LIB_CRYPT = @LIB_CRYPT@
+LIB_FDATASYNC = @LIB_FDATASYNC@
LIB_NANOSLEEP = @LIB_NANOSLEEP@
LN_S = @LN_S@
LTLIBICONV = @LTLIBICONV@
diff --git a/tests/fmt/Makefile.in b/tests/fmt/Makefile.in
index 931a5f44e..44d5398a5 100644
--- a/tests/fmt/Makefile.in
+++ b/tests/fmt/Makefile.in
@@ -187,6 +187,7 @@ LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
LIB_CRYPT = @LIB_CRYPT@
+LIB_FDATASYNC = @LIB_FDATASYNC@
LIB_NANOSLEEP = @LIB_NANOSLEEP@
LN_S = @LN_S@
LTLIBICONV = @LTLIBICONV@
diff --git a/tests/head/Makefile.in b/tests/head/Makefile.in
index c88f12b53..a84a47e59 100644
--- a/tests/head/Makefile.in
+++ b/tests/head/Makefile.in
@@ -189,6 +189,7 @@ LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
LIB_CRYPT = @LIB_CRYPT@
+LIB_FDATASYNC = @LIB_FDATASYNC@
LIB_NANOSLEEP = @LIB_NANOSLEEP@
LN_S = @LN_S@
LTLIBICONV = @LTLIBICONV@
diff --git a/tests/install/Makefile.in b/tests/install/Makefile.in
index b382149c1..ad75f77f7 100644
--- a/tests/install/Makefile.in
+++ b/tests/install/Makefile.in
@@ -187,6 +187,7 @@ LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
LIB_CRYPT = @LIB_CRYPT@
+LIB_FDATASYNC = @LIB_FDATASYNC@
LIB_NANOSLEEP = @LIB_NANOSLEEP@
LN_S = @LN_S@
LTLIBICONV = @LTLIBICONV@
diff --git a/tests/join/Makefile.in b/tests/join/Makefile.in
index b456309de..2dfec0225 100644
--- a/tests/join/Makefile.in
+++ b/tests/join/Makefile.in
@@ -189,6 +189,7 @@ LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
LIB_CRYPT = @LIB_CRYPT@
+LIB_FDATASYNC = @LIB_FDATASYNC@
LIB_NANOSLEEP = @LIB_NANOSLEEP@
LN_S = @LN_S@
LTLIBICONV = @LTLIBICONV@
diff --git a/tests/ln/Makefile.in b/tests/ln/Makefile.in
index eacb55306..c80e1deb4 100644
--- a/tests/ln/Makefile.in
+++ b/tests/ln/Makefile.in
@@ -187,6 +187,7 @@ LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
LIB_CRYPT = @LIB_CRYPT@
+LIB_FDATASYNC = @LIB_FDATASYNC@
LIB_NANOSLEEP = @LIB_NANOSLEEP@
LN_S = @LN_S@
LTLIBICONV = @LTLIBICONV@
diff --git a/tests/ls-2/Makefile.in b/tests/ls-2/Makefile.in
index a1fa615f8..11dcff54d 100644
--- a/tests/ls-2/Makefile.in
+++ b/tests/ls-2/Makefile.in
@@ -187,6 +187,7 @@ LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
LIB_CRYPT = @LIB_CRYPT@
+LIB_FDATASYNC = @LIB_FDATASYNC@
LIB_NANOSLEEP = @LIB_NANOSLEEP@
LN_S = @LN_S@
LTLIBICONV = @LTLIBICONV@
diff --git a/tests/ls/Makefile.in b/tests/ls/Makefile.in
index 0de265d0f..d12b6271d 100644
--- a/tests/ls/Makefile.in
+++ b/tests/ls/Makefile.in
@@ -187,6 +187,7 @@ LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
LIB_CRYPT = @LIB_CRYPT@
+LIB_FDATASYNC = @LIB_FDATASYNC@
LIB_NANOSLEEP = @LIB_NANOSLEEP@
LN_S = @LN_S@
LTLIBICONV = @LTLIBICONV@
diff --git a/tests/md5sum/Makefile.in b/tests/md5sum/Makefile.in
index ac9af46d1..fb2267f1a 100644
--- a/tests/md5sum/Makefile.in
+++ b/tests/md5sum/Makefile.in
@@ -187,6 +187,7 @@ LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
LIB_CRYPT = @LIB_CRYPT@
+LIB_FDATASYNC = @LIB_FDATASYNC@
LIB_NANOSLEEP = @LIB_NANOSLEEP@
LN_S = @LN_S@
LTLIBICONV = @LTLIBICONV@
diff --git a/tests/misc/Makefile.in b/tests/misc/Makefile.in
index c69b2327c..7974916b4 100644
--- a/tests/misc/Makefile.in
+++ b/tests/misc/Makefile.in
@@ -187,6 +187,7 @@ LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
LIB_CRYPT = @LIB_CRYPT@
+LIB_FDATASYNC = @LIB_FDATASYNC@
LIB_NANOSLEEP = @LIB_NANOSLEEP@
LN_S = @LN_S@
LTLIBICONV = @LTLIBICONV@
diff --git a/tests/mkdir/Makefile.in b/tests/mkdir/Makefile.in
index 922736af8..9b85a2a41 100644
--- a/tests/mkdir/Makefile.in
+++ b/tests/mkdir/Makefile.in
@@ -187,6 +187,7 @@ LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
LIB_CRYPT = @LIB_CRYPT@
+LIB_FDATASYNC = @LIB_FDATASYNC@
LIB_NANOSLEEP = @LIB_NANOSLEEP@
LN_S = @LN_S@
LTLIBICONV = @LTLIBICONV@
diff --git a/tests/mv/Makefile.in b/tests/mv/Makefile.in
index b92d1fac3..2ef9607a0 100644
--- a/tests/mv/Makefile.in
+++ b/tests/mv/Makefile.in
@@ -187,6 +187,7 @@ LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
LIB_CRYPT = @LIB_CRYPT@
+LIB_FDATASYNC = @LIB_FDATASYNC@
LIB_NANOSLEEP = @LIB_NANOSLEEP@
LN_S = @LN_S@
LTLIBICONV = @LTLIBICONV@
diff --git a/tests/od/Makefile.in b/tests/od/Makefile.in
index cc1886bae..7a447281c 100644
--- a/tests/od/Makefile.in
+++ b/tests/od/Makefile.in
@@ -187,6 +187,7 @@ LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
LIB_CRYPT = @LIB_CRYPT@
+LIB_FDATASYNC = @LIB_FDATASYNC@
LIB_NANOSLEEP = @LIB_NANOSLEEP@
LN_S = @LN_S@
LTLIBICONV = @LTLIBICONV@
diff --git a/tests/pr/Makefile.in b/tests/pr/Makefile.in
index 1cc296125..bd2740057 100644
--- a/tests/pr/Makefile.in
+++ b/tests/pr/Makefile.in
@@ -189,6 +189,7 @@ LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
LIB_CRYPT = @LIB_CRYPT@
+LIB_FDATASYNC = @LIB_FDATASYNC@
LIB_NANOSLEEP = @LIB_NANOSLEEP@
LN_S = @LN_S@
LTLIBICONV = @LTLIBICONV@
diff --git a/tests/rm/Makefile.in b/tests/rm/Makefile.in
index 7639861ef..084c091d7 100644
--- a/tests/rm/Makefile.in
+++ b/tests/rm/Makefile.in
@@ -187,6 +187,7 @@ LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
LIB_CRYPT = @LIB_CRYPT@
+LIB_FDATASYNC = @LIB_FDATASYNC@
LIB_NANOSLEEP = @LIB_NANOSLEEP@
LN_S = @LN_S@
LTLIBICONV = @LTLIBICONV@
diff --git a/tests/rmdir/Makefile.in b/tests/rmdir/Makefile.in
index 135d13653..2ebe39594 100644
--- a/tests/rmdir/Makefile.in
+++ b/tests/rmdir/Makefile.in
@@ -187,6 +187,7 @@ LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
LIB_CRYPT = @LIB_CRYPT@
+LIB_FDATASYNC = @LIB_FDATASYNC@
LIB_NANOSLEEP = @LIB_NANOSLEEP@
LN_S = @LN_S@
LTLIBICONV = @LTLIBICONV@
diff --git a/tests/seq/Makefile.in b/tests/seq/Makefile.in
index 7372576bc..f094fb36d 100644
--- a/tests/seq/Makefile.in
+++ b/tests/seq/Makefile.in
@@ -187,6 +187,7 @@ LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
LIB_CRYPT = @LIB_CRYPT@
+LIB_FDATASYNC = @LIB_FDATASYNC@
LIB_NANOSLEEP = @LIB_NANOSLEEP@
LN_S = @LN_S@
LTLIBICONV = @LTLIBICONV@
diff --git a/tests/sha1sum/Makefile.in b/tests/sha1sum/Makefile.in
index be5459b01..8ecf862a8 100644
--- a/tests/sha1sum/Makefile.in
+++ b/tests/sha1sum/Makefile.in
@@ -187,6 +187,7 @@ LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
LIB_CRYPT = @LIB_CRYPT@
+LIB_FDATASYNC = @LIB_FDATASYNC@
LIB_NANOSLEEP = @LIB_NANOSLEEP@
LN_S = @LN_S@
LTLIBICONV = @LTLIBICONV@
diff --git a/tests/shred/Makefile.in b/tests/shred/Makefile.in
index a69a9554b..9a8e84f17 100644
--- a/tests/shred/Makefile.in
+++ b/tests/shred/Makefile.in
@@ -187,6 +187,7 @@ LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
LIB_CRYPT = @LIB_CRYPT@
+LIB_FDATASYNC = @LIB_FDATASYNC@
LIB_NANOSLEEP = @LIB_NANOSLEEP@
LN_S = @LN_S@
LTLIBICONV = @LTLIBICONV@
diff --git a/tests/sort/Makefile.in b/tests/sort/Makefile.in
index 77e4dfb0f..1fa899b0c 100644
--- a/tests/sort/Makefile.in
+++ b/tests/sort/Makefile.in
@@ -189,6 +189,7 @@ LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
LIB_CRYPT = @LIB_CRYPT@
+LIB_FDATASYNC = @LIB_FDATASYNC@
LIB_NANOSLEEP = @LIB_NANOSLEEP@
LN_S = @LN_S@
LTLIBICONV = @LTLIBICONV@
diff --git a/tests/stty/Makefile.in b/tests/stty/Makefile.in
index bba2723da..b96a04f69 100644
--- a/tests/stty/Makefile.in
+++ b/tests/stty/Makefile.in
@@ -187,6 +187,7 @@ LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
LIB_CRYPT = @LIB_CRYPT@
+LIB_FDATASYNC = @LIB_FDATASYNC@
LIB_NANOSLEEP = @LIB_NANOSLEEP@
LN_S = @LN_S@
LTLIBICONV = @LTLIBICONV@
diff --git a/tests/sum/Makefile.in b/tests/sum/Makefile.in
index 1c44a6b65..e7ab6bf08 100644
--- a/tests/sum/Makefile.in
+++ b/tests/sum/Makefile.in
@@ -187,6 +187,7 @@ LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
LIB_CRYPT = @LIB_CRYPT@
+LIB_FDATASYNC = @LIB_FDATASYNC@
LIB_NANOSLEEP = @LIB_NANOSLEEP@
LN_S = @LN_S@
LTLIBICONV = @LTLIBICONV@
diff --git a/tests/tac/Makefile.in b/tests/tac/Makefile.in
index f5a9e4ee0..91379557e 100644
--- a/tests/tac/Makefile.in
+++ b/tests/tac/Makefile.in
@@ -189,6 +189,7 @@ LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
LIB_CRYPT = @LIB_CRYPT@
+LIB_FDATASYNC = @LIB_FDATASYNC@
LIB_NANOSLEEP = @LIB_NANOSLEEP@
LN_S = @LN_S@
LTLIBICONV = @LTLIBICONV@
diff --git a/tests/tail-2/Makefile.in b/tests/tail-2/Makefile.in
index 19feb34a6..0faee8558 100644
--- a/tests/tail-2/Makefile.in
+++ b/tests/tail-2/Makefile.in
@@ -187,6 +187,7 @@ LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
LIB_CRYPT = @LIB_CRYPT@
+LIB_FDATASYNC = @LIB_FDATASYNC@
LIB_NANOSLEEP = @LIB_NANOSLEEP@
LN_S = @LN_S@
LTLIBICONV = @LTLIBICONV@
diff --git a/tests/tail/Makefile.in b/tests/tail/Makefile.in
index 25bc9e687..ba37dcc87 100644
--- a/tests/tail/Makefile.in
+++ b/tests/tail/Makefile.in
@@ -189,6 +189,7 @@ LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
LIB_CRYPT = @LIB_CRYPT@
+LIB_FDATASYNC = @LIB_FDATASYNC@
LIB_NANOSLEEP = @LIB_NANOSLEEP@
LN_S = @LN_S@
LTLIBICONV = @LTLIBICONV@
diff --git a/tests/test/Makefile.in b/tests/test/Makefile.in
index a8e60a7cb..15f0476ce 100644
--- a/tests/test/Makefile.in
+++ b/tests/test/Makefile.in
@@ -189,6 +189,7 @@ LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
LIB_CRYPT = @LIB_CRYPT@
+LIB_FDATASYNC = @LIB_FDATASYNC@
LIB_NANOSLEEP = @LIB_NANOSLEEP@
LN_S = @LN_S@
LTLIBICONV = @LTLIBICONV@
diff --git a/tests/touch/Makefile.in b/tests/touch/Makefile.in
index 684879e37..ed875b9cc 100644
--- a/tests/touch/Makefile.in
+++ b/tests/touch/Makefile.in
@@ -187,6 +187,7 @@ LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
LIB_CRYPT = @LIB_CRYPT@
+LIB_FDATASYNC = @LIB_FDATASYNC@
LIB_NANOSLEEP = @LIB_NANOSLEEP@
LN_S = @LN_S@
LTLIBICONV = @LTLIBICONV@
diff --git a/tests/tr/Makefile.in b/tests/tr/Makefile.in
index 307ec6116..b388d9694 100644
--- a/tests/tr/Makefile.in
+++ b/tests/tr/Makefile.in
@@ -189,6 +189,7 @@ LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
LIB_CRYPT = @LIB_CRYPT@
+LIB_FDATASYNC = @LIB_FDATASYNC@
LIB_NANOSLEEP = @LIB_NANOSLEEP@
LN_S = @LN_S@
LTLIBICONV = @LTLIBICONV@
diff --git a/tests/tsort/Makefile.in b/tests/tsort/Makefile.in
index c5dc75315..a783bc31c 100644
--- a/tests/tsort/Makefile.in
+++ b/tests/tsort/Makefile.in
@@ -187,6 +187,7 @@ LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
LIB_CRYPT = @LIB_CRYPT@
+LIB_FDATASYNC = @LIB_FDATASYNC@
LIB_NANOSLEEP = @LIB_NANOSLEEP@
LN_S = @LN_S@
LTLIBICONV = @LTLIBICONV@
diff --git a/tests/unexpand/Makefile.in b/tests/unexpand/Makefile.in
index 13ff80a82..f180a50ab 100644
--- a/tests/unexpand/Makefile.in
+++ b/tests/unexpand/Makefile.in
@@ -187,6 +187,7 @@ LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
LIB_CRYPT = @LIB_CRYPT@
+LIB_FDATASYNC = @LIB_FDATASYNC@
LIB_NANOSLEEP = @LIB_NANOSLEEP@
LN_S = @LN_S@
LTLIBICONV = @LTLIBICONV@
diff --git a/tests/uniq/Makefile.in b/tests/uniq/Makefile.in
index 6b7df9663..ab4629635 100644
--- a/tests/uniq/Makefile.in
+++ b/tests/uniq/Makefile.in
@@ -189,6 +189,7 @@ LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
LIB_CRYPT = @LIB_CRYPT@
+LIB_FDATASYNC = @LIB_FDATASYNC@
LIB_NANOSLEEP = @LIB_NANOSLEEP@
LN_S = @LN_S@
LTLIBICONV = @LTLIBICONV@
diff --git a/tests/wc/Makefile.in b/tests/wc/Makefile.in
index a0dfafccc..21dcea99e 100644
--- a/tests/wc/Makefile.in
+++ b/tests/wc/Makefile.in
@@ -189,6 +189,7 @@ LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
LIB_CRYPT = @LIB_CRYPT@
+LIB_FDATASYNC = @LIB_FDATASYNC@
LIB_NANOSLEEP = @LIB_NANOSLEEP@
LN_S = @LN_S@
LTLIBICONV = @LTLIBICONV@