summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-03-20 10:11:45 +0000
committerJim Meyering <jim@meyering.net>2003-03-20 10:11:45 +0000
commit991e476b56e6dfcb5ef810520e4c882055ac37ec (patch)
tree4b09063cb7590f011f51fcb95aedf2934ff5e9d0 /tests
parent8d65951aeab056a8ca3c4b316ddd9331b785f4f1 (diff)
downloadcoreutils-991e476b56e6dfcb5ef810520e4c882055ac37ec.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 940908518..92a6b230b 100644
--- a/tests/Makefile.in
+++ b/tests/Makefile.in
@@ -79,6 +79,7 @@ LIBS = @LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
LIB_CRYPT = @LIB_CRYPT@
LIB_NANOSLEEP = @LIB_NANOSLEEP@
+LN_S = @LN_S@
LTLIBICONV = @LTLIBICONV@
LTLIBINTL = @LTLIBINTL@
LTLIBOBJS = @LTLIBOBJS@
diff --git a/tests/basename/Makefile.in b/tests/basename/Makefile.in
index d61c50cd7..9cc773bc6 100644
--- a/tests/basename/Makefile.in
+++ b/tests/basename/Makefile.in
@@ -79,6 +79,7 @@ LIBS = @LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
LIB_CRYPT = @LIB_CRYPT@
LIB_NANOSLEEP = @LIB_NANOSLEEP@
+LN_S = @LN_S@
LTLIBICONV = @LTLIBICONV@
LTLIBINTL = @LTLIBINTL@
LTLIBOBJS = @LTLIBOBJS@
diff --git a/tests/chgrp/Makefile.in b/tests/chgrp/Makefile.in
index d4b39dcf3..6f3d8ebf2 100644
--- a/tests/chgrp/Makefile.in
+++ b/tests/chgrp/Makefile.in
@@ -79,6 +79,7 @@ LIBS = @LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
LIB_CRYPT = @LIB_CRYPT@
LIB_NANOSLEEP = @LIB_NANOSLEEP@
+LN_S = @LN_S@
LTLIBICONV = @LTLIBICONV@
LTLIBINTL = @LTLIBINTL@
LTLIBOBJS = @LTLIBOBJS@
diff --git a/tests/chmod/Makefile.in b/tests/chmod/Makefile.in
index 60c7369ca..6bca1c89b 100644
--- a/tests/chmod/Makefile.in
+++ b/tests/chmod/Makefile.in
@@ -79,6 +79,7 @@ LIBS = @LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
LIB_CRYPT = @LIB_CRYPT@
LIB_NANOSLEEP = @LIB_NANOSLEEP@
+LN_S = @LN_S@
LTLIBICONV = @LTLIBICONV@
LTLIBINTL = @LTLIBINTL@
LTLIBOBJS = @LTLIBOBJS@
diff --git a/tests/chown/Makefile.in b/tests/chown/Makefile.in
index d428eac73..0bd10b039 100644
--- a/tests/chown/Makefile.in
+++ b/tests/chown/Makefile.in
@@ -79,6 +79,7 @@ LIBS = @LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
LIB_CRYPT = @LIB_CRYPT@
LIB_NANOSLEEP = @LIB_NANOSLEEP@
+LN_S = @LN_S@
LTLIBICONV = @LTLIBICONV@
LTLIBINTL = @LTLIBINTL@
LTLIBOBJS = @LTLIBOBJS@
diff --git a/tests/cp/Makefile.in b/tests/cp/Makefile.in
index f0e4b54a7..a9c161142 100644
--- a/tests/cp/Makefile.in
+++ b/tests/cp/Makefile.in
@@ -79,6 +79,7 @@ LIBS = @LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
LIB_CRYPT = @LIB_CRYPT@
LIB_NANOSLEEP = @LIB_NANOSLEEP@
+LN_S = @LN_S@
LTLIBICONV = @LTLIBICONV@
LTLIBINTL = @LTLIBINTL@
LTLIBOBJS = @LTLIBOBJS@
diff --git a/tests/cut/Makefile.in b/tests/cut/Makefile.in
index 17437c326..3f61d510b 100644
--- a/tests/cut/Makefile.in
+++ b/tests/cut/Makefile.in
@@ -79,6 +79,7 @@ LIBS = @LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
LIB_CRYPT = @LIB_CRYPT@
LIB_NANOSLEEP = @LIB_NANOSLEEP@
+LN_S = @LN_S@
LTLIBICONV = @LTLIBICONV@
LTLIBINTL = @LTLIBINTL@
LTLIBOBJS = @LTLIBOBJS@
diff --git a/tests/date/Makefile.in b/tests/date/Makefile.in
index da2ce9dc7..ce9066f57 100644
--- a/tests/date/Makefile.in
+++ b/tests/date/Makefile.in
@@ -79,6 +79,7 @@ LIBS = @LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
LIB_CRYPT = @LIB_CRYPT@
LIB_NANOSLEEP = @LIB_NANOSLEEP@
+LN_S = @LN_S@
LTLIBICONV = @LTLIBICONV@
LTLIBINTL = @LTLIBINTL@
LTLIBOBJS = @LTLIBOBJS@
diff --git a/tests/dd/Makefile.in b/tests/dd/Makefile.in
index bba8351d5..272a91d96 100644
--- a/tests/dd/Makefile.in
+++ b/tests/dd/Makefile.in
@@ -79,6 +79,7 @@ LIBS = @LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
LIB_CRYPT = @LIB_CRYPT@
LIB_NANOSLEEP = @LIB_NANOSLEEP@
+LN_S = @LN_S@
LTLIBICONV = @LTLIBICONV@
LTLIBINTL = @LTLIBINTL@
LTLIBOBJS = @LTLIBOBJS@
diff --git a/tests/dircolors/Makefile.in b/tests/dircolors/Makefile.in
index 43bf3a3ab..a2e5ac141 100644
--- a/tests/dircolors/Makefile.in
+++ b/tests/dircolors/Makefile.in
@@ -79,6 +79,7 @@ LIBS = @LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
LIB_CRYPT = @LIB_CRYPT@
LIB_NANOSLEEP = @LIB_NANOSLEEP@
+LN_S = @LN_S@
LTLIBICONV = @LTLIBICONV@
LTLIBINTL = @LTLIBINTL@
LTLIBOBJS = @LTLIBOBJS@
diff --git a/tests/du/Makefile.in b/tests/du/Makefile.in
index 4ba1cd712..728bc8742 100644
--- a/tests/du/Makefile.in
+++ b/tests/du/Makefile.in
@@ -79,6 +79,7 @@ LIBS = @LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
LIB_CRYPT = @LIB_CRYPT@
LIB_NANOSLEEP = @LIB_NANOSLEEP@
+LN_S = @LN_S@
LTLIBICONV = @LTLIBICONV@
LTLIBINTL = @LTLIBINTL@
LTLIBOBJS = @LTLIBOBJS@
diff --git a/tests/expr/Makefile.in b/tests/expr/Makefile.in
index dda1909b7..1ffe2d328 100644
--- a/tests/expr/Makefile.in
+++ b/tests/expr/Makefile.in
@@ -79,6 +79,7 @@ LIBS = @LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
LIB_CRYPT = @LIB_CRYPT@
LIB_NANOSLEEP = @LIB_NANOSLEEP@
+LN_S = @LN_S@
LTLIBICONV = @LTLIBICONV@
LTLIBINTL = @LTLIBINTL@
LTLIBOBJS = @LTLIBOBJS@
diff --git a/tests/factor/Makefile.in b/tests/factor/Makefile.in
index 44902544d..b1be61b54 100644
--- a/tests/factor/Makefile.in
+++ b/tests/factor/Makefile.in
@@ -79,6 +79,7 @@ LIBS = @LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
LIB_CRYPT = @LIB_CRYPT@
LIB_NANOSLEEP = @LIB_NANOSLEEP@
+LN_S = @LN_S@
LTLIBICONV = @LTLIBICONV@
LTLIBINTL = @LTLIBINTL@
LTLIBOBJS = @LTLIBOBJS@
diff --git a/tests/fmt/Makefile.in b/tests/fmt/Makefile.in
index 7872dc686..fc0cf25a1 100644
--- a/tests/fmt/Makefile.in
+++ b/tests/fmt/Makefile.in
@@ -79,6 +79,7 @@ LIBS = @LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
LIB_CRYPT = @LIB_CRYPT@
LIB_NANOSLEEP = @LIB_NANOSLEEP@
+LN_S = @LN_S@
LTLIBICONV = @LTLIBICONV@
LTLIBINTL = @LTLIBINTL@
LTLIBOBJS = @LTLIBOBJS@
diff --git a/tests/head/Makefile.in b/tests/head/Makefile.in
index 1ca087b03..b7f6cc466 100644
--- a/tests/head/Makefile.in
+++ b/tests/head/Makefile.in
@@ -79,6 +79,7 @@ LIBS = @LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
LIB_CRYPT = @LIB_CRYPT@
LIB_NANOSLEEP = @LIB_NANOSLEEP@
+LN_S = @LN_S@
LTLIBICONV = @LTLIBICONV@
LTLIBINTL = @LTLIBINTL@
LTLIBOBJS = @LTLIBOBJS@
diff --git a/tests/install/Makefile.in b/tests/install/Makefile.in
index 10d54c16c..bba4bda63 100644
--- a/tests/install/Makefile.in
+++ b/tests/install/Makefile.in
@@ -79,6 +79,7 @@ LIBS = @LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
LIB_CRYPT = @LIB_CRYPT@
LIB_NANOSLEEP = @LIB_NANOSLEEP@
+LN_S = @LN_S@
LTLIBICONV = @LTLIBICONV@
LTLIBINTL = @LTLIBINTL@
LTLIBOBJS = @LTLIBOBJS@
diff --git a/tests/join/Makefile.in b/tests/join/Makefile.in
index 752c24b97..5c1f2c60a 100644
--- a/tests/join/Makefile.in
+++ b/tests/join/Makefile.in
@@ -79,6 +79,7 @@ LIBS = @LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
LIB_CRYPT = @LIB_CRYPT@
LIB_NANOSLEEP = @LIB_NANOSLEEP@
+LN_S = @LN_S@
LTLIBICONV = @LTLIBICONV@
LTLIBINTL = @LTLIBINTL@
LTLIBOBJS = @LTLIBOBJS@
diff --git a/tests/ln/Makefile.in b/tests/ln/Makefile.in
index 00bf8db83..d1e2935a3 100644
--- a/tests/ln/Makefile.in
+++ b/tests/ln/Makefile.in
@@ -79,6 +79,7 @@ LIBS = @LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
LIB_CRYPT = @LIB_CRYPT@
LIB_NANOSLEEP = @LIB_NANOSLEEP@
+LN_S = @LN_S@
LTLIBICONV = @LTLIBICONV@
LTLIBINTL = @LTLIBINTL@
LTLIBOBJS = @LTLIBOBJS@
diff --git a/tests/ls-2/Makefile.in b/tests/ls-2/Makefile.in
index 5e510e63c..1c5a22737 100644
--- a/tests/ls-2/Makefile.in
+++ b/tests/ls-2/Makefile.in
@@ -79,6 +79,7 @@ LIBS = @LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
LIB_CRYPT = @LIB_CRYPT@
LIB_NANOSLEEP = @LIB_NANOSLEEP@
+LN_S = @LN_S@
LTLIBICONV = @LTLIBICONV@
LTLIBINTL = @LTLIBINTL@
LTLIBOBJS = @LTLIBOBJS@
diff --git a/tests/ls/Makefile.in b/tests/ls/Makefile.in
index c948f019b..412525b7d 100644
--- a/tests/ls/Makefile.in
+++ b/tests/ls/Makefile.in
@@ -79,6 +79,7 @@ LIBS = @LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
LIB_CRYPT = @LIB_CRYPT@
LIB_NANOSLEEP = @LIB_NANOSLEEP@
+LN_S = @LN_S@
LTLIBICONV = @LTLIBICONV@
LTLIBINTL = @LTLIBINTL@
LTLIBOBJS = @LTLIBOBJS@
diff --git a/tests/md5sum/Makefile.in b/tests/md5sum/Makefile.in
index d8008106d..3daac4d7f 100644
--- a/tests/md5sum/Makefile.in
+++ b/tests/md5sum/Makefile.in
@@ -79,6 +79,7 @@ LIBS = @LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
LIB_CRYPT = @LIB_CRYPT@
LIB_NANOSLEEP = @LIB_NANOSLEEP@
+LN_S = @LN_S@
LTLIBICONV = @LTLIBICONV@
LTLIBINTL = @LTLIBINTL@
LTLIBOBJS = @LTLIBOBJS@
diff --git a/tests/misc/Makefile.in b/tests/misc/Makefile.in
index 0de0de843..452fcb79e 100644
--- a/tests/misc/Makefile.in
+++ b/tests/misc/Makefile.in
@@ -79,6 +79,7 @@ LIBS = @LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
LIB_CRYPT = @LIB_CRYPT@
LIB_NANOSLEEP = @LIB_NANOSLEEP@
+LN_S = @LN_S@
LTLIBICONV = @LTLIBICONV@
LTLIBINTL = @LTLIBINTL@
LTLIBOBJS = @LTLIBOBJS@
diff --git a/tests/mkdir/Makefile.in b/tests/mkdir/Makefile.in
index 3125fff85..942c51795 100644
--- a/tests/mkdir/Makefile.in
+++ b/tests/mkdir/Makefile.in
@@ -79,6 +79,7 @@ LIBS = @LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
LIB_CRYPT = @LIB_CRYPT@
LIB_NANOSLEEP = @LIB_NANOSLEEP@
+LN_S = @LN_S@
LTLIBICONV = @LTLIBICONV@
LTLIBINTL = @LTLIBINTL@
LTLIBOBJS = @LTLIBOBJS@
diff --git a/tests/mv/Makefile.in b/tests/mv/Makefile.in
index 95944d63e..c1eb87c3e 100644
--- a/tests/mv/Makefile.in
+++ b/tests/mv/Makefile.in
@@ -79,6 +79,7 @@ LIBS = @LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
LIB_CRYPT = @LIB_CRYPT@
LIB_NANOSLEEP = @LIB_NANOSLEEP@
+LN_S = @LN_S@
LTLIBICONV = @LTLIBICONV@
LTLIBINTL = @LTLIBINTL@
LTLIBOBJS = @LTLIBOBJS@
diff --git a/tests/od/Makefile.in b/tests/od/Makefile.in
index 4710401ff..a3f823039 100644
--- a/tests/od/Makefile.in
+++ b/tests/od/Makefile.in
@@ -79,6 +79,7 @@ LIBS = @LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
LIB_CRYPT = @LIB_CRYPT@
LIB_NANOSLEEP = @LIB_NANOSLEEP@
+LN_S = @LN_S@
LTLIBICONV = @LTLIBICONV@
LTLIBINTL = @LTLIBINTL@
LTLIBOBJS = @LTLIBOBJS@
diff --git a/tests/pr/Makefile.in b/tests/pr/Makefile.in
index 3fe194fbb..723e129d2 100644
--- a/tests/pr/Makefile.in
+++ b/tests/pr/Makefile.in
@@ -79,6 +79,7 @@ LIBS = @LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
LIB_CRYPT = @LIB_CRYPT@
LIB_NANOSLEEP = @LIB_NANOSLEEP@
+LN_S = @LN_S@
LTLIBICONV = @LTLIBICONV@
LTLIBINTL = @LTLIBINTL@
LTLIBOBJS = @LTLIBOBJS@
diff --git a/tests/rm/Makefile.in b/tests/rm/Makefile.in
index 246df355f..2c1b9bae7 100644
--- a/tests/rm/Makefile.in
+++ b/tests/rm/Makefile.in
@@ -79,6 +79,7 @@ LIBS = @LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
LIB_CRYPT = @LIB_CRYPT@
LIB_NANOSLEEP = @LIB_NANOSLEEP@
+LN_S = @LN_S@
LTLIBICONV = @LTLIBICONV@
LTLIBINTL = @LTLIBINTL@
LTLIBOBJS = @LTLIBOBJS@
diff --git a/tests/rmdir/Makefile.in b/tests/rmdir/Makefile.in
index f6a0a7b44..2a7be030c 100644
--- a/tests/rmdir/Makefile.in
+++ b/tests/rmdir/Makefile.in
@@ -79,6 +79,7 @@ LIBS = @LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
LIB_CRYPT = @LIB_CRYPT@
LIB_NANOSLEEP = @LIB_NANOSLEEP@
+LN_S = @LN_S@
LTLIBICONV = @LTLIBICONV@
LTLIBINTL = @LTLIBINTL@
LTLIBOBJS = @LTLIBOBJS@
diff --git a/tests/seq/Makefile.in b/tests/seq/Makefile.in
index 51fa8042b..ebadc8837 100644
--- a/tests/seq/Makefile.in
+++ b/tests/seq/Makefile.in
@@ -79,6 +79,7 @@ LIBS = @LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
LIB_CRYPT = @LIB_CRYPT@
LIB_NANOSLEEP = @LIB_NANOSLEEP@
+LN_S = @LN_S@
LTLIBICONV = @LTLIBICONV@
LTLIBINTL = @LTLIBINTL@
LTLIBOBJS = @LTLIBOBJS@
diff --git a/tests/sha1sum/Makefile.in b/tests/sha1sum/Makefile.in
index 4aefef240..4a19e7ef6 100644
--- a/tests/sha1sum/Makefile.in
+++ b/tests/sha1sum/Makefile.in
@@ -79,6 +79,7 @@ LIBS = @LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
LIB_CRYPT = @LIB_CRYPT@
LIB_NANOSLEEP = @LIB_NANOSLEEP@
+LN_S = @LN_S@
LTLIBICONV = @LTLIBICONV@
LTLIBINTL = @LTLIBINTL@
LTLIBOBJS = @LTLIBOBJS@
diff --git a/tests/shred/Makefile.in b/tests/shred/Makefile.in
index 5797bc35b..0ce0de053 100644
--- a/tests/shred/Makefile.in
+++ b/tests/shred/Makefile.in
@@ -79,6 +79,7 @@ LIBS = @LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
LIB_CRYPT = @LIB_CRYPT@
LIB_NANOSLEEP = @LIB_NANOSLEEP@
+LN_S = @LN_S@
LTLIBICONV = @LTLIBICONV@
LTLIBINTL = @LTLIBINTL@
LTLIBOBJS = @LTLIBOBJS@
diff --git a/tests/sort/Makefile.in b/tests/sort/Makefile.in
index 62d54a802..819ba2da7 100644
--- a/tests/sort/Makefile.in
+++ b/tests/sort/Makefile.in
@@ -79,6 +79,7 @@ LIBS = @LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
LIB_CRYPT = @LIB_CRYPT@
LIB_NANOSLEEP = @LIB_NANOSLEEP@
+LN_S = @LN_S@
LTLIBICONV = @LTLIBICONV@
LTLIBINTL = @LTLIBINTL@
LTLIBOBJS = @LTLIBOBJS@
diff --git a/tests/stty/Makefile.in b/tests/stty/Makefile.in
index 20b162b18..d0b405eb7 100644
--- a/tests/stty/Makefile.in
+++ b/tests/stty/Makefile.in
@@ -79,6 +79,7 @@ LIBS = @LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
LIB_CRYPT = @LIB_CRYPT@
LIB_NANOSLEEP = @LIB_NANOSLEEP@
+LN_S = @LN_S@
LTLIBICONV = @LTLIBICONV@
LTLIBINTL = @LTLIBINTL@
LTLIBOBJS = @LTLIBOBJS@
diff --git a/tests/sum/Makefile.in b/tests/sum/Makefile.in
index 3a7929d09..ab6c39f5d 100644
--- a/tests/sum/Makefile.in
+++ b/tests/sum/Makefile.in
@@ -79,6 +79,7 @@ LIBS = @LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
LIB_CRYPT = @LIB_CRYPT@
LIB_NANOSLEEP = @LIB_NANOSLEEP@
+LN_S = @LN_S@
LTLIBICONV = @LTLIBICONV@
LTLIBINTL = @LTLIBINTL@
LTLIBOBJS = @LTLIBOBJS@
diff --git a/tests/tac/Makefile.in b/tests/tac/Makefile.in
index 6b7384ead..50dab93ab 100644
--- a/tests/tac/Makefile.in
+++ b/tests/tac/Makefile.in
@@ -79,6 +79,7 @@ LIBS = @LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
LIB_CRYPT = @LIB_CRYPT@
LIB_NANOSLEEP = @LIB_NANOSLEEP@
+LN_S = @LN_S@
LTLIBICONV = @LTLIBICONV@
LTLIBINTL = @LTLIBINTL@
LTLIBOBJS = @LTLIBOBJS@
diff --git a/tests/tail-2/Makefile.in b/tests/tail-2/Makefile.in
index 7b173cacc..4460936aa 100644
--- a/tests/tail-2/Makefile.in
+++ b/tests/tail-2/Makefile.in
@@ -79,6 +79,7 @@ LIBS = @LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
LIB_CRYPT = @LIB_CRYPT@
LIB_NANOSLEEP = @LIB_NANOSLEEP@
+LN_S = @LN_S@
LTLIBICONV = @LTLIBICONV@
LTLIBINTL = @LTLIBINTL@
LTLIBOBJS = @LTLIBOBJS@
diff --git a/tests/tail/Makefile.in b/tests/tail/Makefile.in
index 546e96d38..ef33ee175 100644
--- a/tests/tail/Makefile.in
+++ b/tests/tail/Makefile.in
@@ -79,6 +79,7 @@ LIBS = @LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
LIB_CRYPT = @LIB_CRYPT@
LIB_NANOSLEEP = @LIB_NANOSLEEP@
+LN_S = @LN_S@
LTLIBICONV = @LTLIBICONV@
LTLIBINTL = @LTLIBINTL@
LTLIBOBJS = @LTLIBOBJS@
diff --git a/tests/test/Makefile.in b/tests/test/Makefile.in
index 5cf0eff50..6b7bcdfee 100644
--- a/tests/test/Makefile.in
+++ b/tests/test/Makefile.in
@@ -79,6 +79,7 @@ LIBS = @LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
LIB_CRYPT = @LIB_CRYPT@
LIB_NANOSLEEP = @LIB_NANOSLEEP@
+LN_S = @LN_S@
LTLIBICONV = @LTLIBICONV@
LTLIBINTL = @LTLIBINTL@
LTLIBOBJS = @LTLIBOBJS@
diff --git a/tests/touch/Makefile.in b/tests/touch/Makefile.in
index f946ac6b6..5cf53dd87 100644
--- a/tests/touch/Makefile.in
+++ b/tests/touch/Makefile.in
@@ -79,6 +79,7 @@ LIBS = @LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
LIB_CRYPT = @LIB_CRYPT@
LIB_NANOSLEEP = @LIB_NANOSLEEP@
+LN_S = @LN_S@
LTLIBICONV = @LTLIBICONV@
LTLIBINTL = @LTLIBINTL@
LTLIBOBJS = @LTLIBOBJS@
diff --git a/tests/tr/Makefile.in b/tests/tr/Makefile.in
index 37ce412c2..2481fe8ee 100644
--- a/tests/tr/Makefile.in
+++ b/tests/tr/Makefile.in
@@ -79,6 +79,7 @@ LIBS = @LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
LIB_CRYPT = @LIB_CRYPT@
LIB_NANOSLEEP = @LIB_NANOSLEEP@
+LN_S = @LN_S@
LTLIBICONV = @LTLIBICONV@
LTLIBINTL = @LTLIBINTL@
LTLIBOBJS = @LTLIBOBJS@
diff --git a/tests/tsort/Makefile.in b/tests/tsort/Makefile.in
index 053a33da8..63a4456b1 100644
--- a/tests/tsort/Makefile.in
+++ b/tests/tsort/Makefile.in
@@ -79,6 +79,7 @@ LIBS = @LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
LIB_CRYPT = @LIB_CRYPT@
LIB_NANOSLEEP = @LIB_NANOSLEEP@
+LN_S = @LN_S@
LTLIBICONV = @LTLIBICONV@
LTLIBINTL = @LTLIBINTL@
LTLIBOBJS = @LTLIBOBJS@
diff --git a/tests/unexpand/Makefile.in b/tests/unexpand/Makefile.in
index 544a0c148..e564991c1 100644
--- a/tests/unexpand/Makefile.in
+++ b/tests/unexpand/Makefile.in
@@ -79,6 +79,7 @@ LIBS = @LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
LIB_CRYPT = @LIB_CRYPT@
LIB_NANOSLEEP = @LIB_NANOSLEEP@
+LN_S = @LN_S@
LTLIBICONV = @LTLIBICONV@
LTLIBINTL = @LTLIBINTL@
LTLIBOBJS = @LTLIBOBJS@
diff --git a/tests/uniq/Makefile.in b/tests/uniq/Makefile.in
index f38d500a5..3dfe162ff 100644
--- a/tests/uniq/Makefile.in
+++ b/tests/uniq/Makefile.in
@@ -79,6 +79,7 @@ LIBS = @LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
LIB_CRYPT = @LIB_CRYPT@
LIB_NANOSLEEP = @LIB_NANOSLEEP@
+LN_S = @LN_S@
LTLIBICONV = @LTLIBICONV@
LTLIBINTL = @LTLIBINTL@
LTLIBOBJS = @LTLIBOBJS@
diff --git a/tests/wc/Makefile.in b/tests/wc/Makefile.in
index f5c5b47bc..d6741d0a2 100644
--- a/tests/wc/Makefile.in
+++ b/tests/wc/Makefile.in
@@ -79,6 +79,7 @@ LIBS = @LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
LIB_CRYPT = @LIB_CRYPT@
LIB_NANOSLEEP = @LIB_NANOSLEEP@
+LN_S = @LN_S@
LTLIBICONV = @LTLIBICONV@
LTLIBINTL = @LTLIBINTL@
LTLIBOBJS = @LTLIBOBJS@