summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-11-15 08:36:57 +0000
committerJim Meyering <jim@meyering.net>2002-11-15 08:36:57 +0000
commitd421906870844ef13c647ef35b64a69b504a92cd (patch)
tree4c32264e885e740637f580751a8a0605b15f51f5
parentfc152acf79c7f0ee5207725ebc9037bb699e9af3 (diff)
downloadcoreutils-d421906870844ef13c647ef35b64a69b504a92cd.tar.xz
.
-rw-r--r--Makefile.in1
-rw-r--r--config.hin8
-rw-r--r--doc/Makefile.in1
-rw-r--r--lib/Makefile.in1
-rw-r--r--m4/Makefile.in1
-rw-r--r--man/Makefile.in1
-rw-r--r--src/Makefile.in3
-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
51 files changed, 55 insertions, 5 deletions
diff --git a/Makefile.in b/Makefile.in
index 698f1e89d..6f9a2bb04 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -74,6 +74,7 @@ KMEM_GROUP = @KMEM_GROUP@
LDFLAGS = @LDFLAGS@
LIBICONV = @LIBICONV@
LIBINTL = @LIBINTL@
+LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
LIB_CRYPT = @LIB_CRYPT@
diff --git a/config.hin b/config.hin
index 7a4af08ef..6c2209c89 100644
--- a/config.hin
+++ b/config.hin
@@ -570,8 +570,8 @@
/* Define to 1 if you have the <mach/mach.h> header file. */
#undef HAVE_MACH_MACH_H
-/* Define to 1 if your system has a working `malloc' function, and to 0
- otherwise. */
+/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
+ to 0 otherwise. */
#undef HAVE_MALLOC
/* Define to 1 if you have the `mblen' function. */
@@ -679,8 +679,8 @@
/* Define to 1 if you have the `raise' function. */
#undef HAVE_RAISE
-/* Define to 1 if your system has a working `realloc' function, and to 0
- otherwise. */
+/* Define to 1 if your system has a GNU libc compatible `realloc' function,
+ and to 0 otherwise. */
#undef HAVE_REALLOC
/* Define to 1 if you have the `realpath' function. */
diff --git a/doc/Makefile.in b/doc/Makefile.in
index fd709496b..05e074ccb 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -74,6 +74,7 @@ KMEM_GROUP = @KMEM_GROUP@
LDFLAGS = @LDFLAGS@
LIBICONV = @LIBICONV@
LIBINTL = @LIBINTL@
+LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
LIB_CRYPT = @LIB_CRYPT@
diff --git a/lib/Makefile.in b/lib/Makefile.in
index 647582455..60716705e 100644
--- a/lib/Makefile.in
+++ b/lib/Makefile.in
@@ -74,6 +74,7 @@ KMEM_GROUP = @KMEM_GROUP@
LDFLAGS = @LDFLAGS@
LIBICONV = @LIBICONV@
LIBINTL = @LIBINTL@
+LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
LIB_CRYPT = @LIB_CRYPT@
diff --git a/m4/Makefile.in b/m4/Makefile.in
index 6795b24a9..0423e3a28 100644
--- a/m4/Makefile.in
+++ b/m4/Makefile.in
@@ -74,6 +74,7 @@ KMEM_GROUP = @KMEM_GROUP@
LDFLAGS = @LDFLAGS@
LIBICONV = @LIBICONV@
LIBINTL = @LIBINTL@
+LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
LIB_CRYPT = @LIB_CRYPT@
diff --git a/man/Makefile.in b/man/Makefile.in
index 403c98b03..f028bd089 100644
--- a/man/Makefile.in
+++ b/man/Makefile.in
@@ -74,6 +74,7 @@ KMEM_GROUP = @KMEM_GROUP@
LDFLAGS = @LDFLAGS@
LIBICONV = @LIBICONV@
LIBINTL = @LIBINTL@
+LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
LIB_CRYPT = @LIB_CRYPT@
diff --git a/src/Makefile.in b/src/Makefile.in
index 09590d7a2..7b1a36bda 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -79,6 +79,7 @@ KMEM_GROUP = @KMEM_GROUP@
LDFLAGS = @LDFLAGS@
LIBICONV = @LIBICONV@
LIBINTL = @LIBINTL@
+LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
LIB_CRYPT = @LIB_CRYPT@
@@ -837,7 +838,7 @@ uninstall-binPROGRAMS:
done
clean-binPROGRAMS:
- -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) > /dev/null 2>&1 || /bin/rm -f $(bin_PROGRAMS)
+ -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
installcheck-binPROGRAMS: $(bin_PROGRAMS)
bad=0; pid=$$$$; list="$(bin_PROGRAMS)"; for p in $$list; do \
diff --git a/tests/Makefile.in b/tests/Makefile.in
index d07557744..a7e766238 100644
--- a/tests/Makefile.in
+++ b/tests/Makefile.in
@@ -74,6 +74,7 @@ KMEM_GROUP = @KMEM_GROUP@
LDFLAGS = @LDFLAGS@
LIBICONV = @LIBICONV@
LIBINTL = @LIBINTL@
+LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
LIB_CRYPT = @LIB_CRYPT@
diff --git a/tests/basename/Makefile.in b/tests/basename/Makefile.in
index 538ead863..85c61a969 100644
--- a/tests/basename/Makefile.in
+++ b/tests/basename/Makefile.in
@@ -74,6 +74,7 @@ KMEM_GROUP = @KMEM_GROUP@
LDFLAGS = @LDFLAGS@
LIBICONV = @LIBICONV@
LIBINTL = @LIBINTL@
+LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
LIB_CRYPT = @LIB_CRYPT@
diff --git a/tests/chgrp/Makefile.in b/tests/chgrp/Makefile.in
index 5d3bfc56e..25b285874 100644
--- a/tests/chgrp/Makefile.in
+++ b/tests/chgrp/Makefile.in
@@ -74,6 +74,7 @@ KMEM_GROUP = @KMEM_GROUP@
LDFLAGS = @LDFLAGS@
LIBICONV = @LIBICONV@
LIBINTL = @LIBINTL@
+LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
LIB_CRYPT = @LIB_CRYPT@
diff --git a/tests/chmod/Makefile.in b/tests/chmod/Makefile.in
index b0a1c853a..6a55a65a4 100644
--- a/tests/chmod/Makefile.in
+++ b/tests/chmod/Makefile.in
@@ -74,6 +74,7 @@ KMEM_GROUP = @KMEM_GROUP@
LDFLAGS = @LDFLAGS@
LIBICONV = @LIBICONV@
LIBINTL = @LIBINTL@
+LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
LIB_CRYPT = @LIB_CRYPT@
diff --git a/tests/chown/Makefile.in b/tests/chown/Makefile.in
index 286e25f43..713f88ec3 100644
--- a/tests/chown/Makefile.in
+++ b/tests/chown/Makefile.in
@@ -74,6 +74,7 @@ KMEM_GROUP = @KMEM_GROUP@
LDFLAGS = @LDFLAGS@
LIBICONV = @LIBICONV@
LIBINTL = @LIBINTL@
+LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
LIB_CRYPT = @LIB_CRYPT@
diff --git a/tests/cp/Makefile.in b/tests/cp/Makefile.in
index fe59c8e1e..99162850e 100644
--- a/tests/cp/Makefile.in
+++ b/tests/cp/Makefile.in
@@ -74,6 +74,7 @@ KMEM_GROUP = @KMEM_GROUP@
LDFLAGS = @LDFLAGS@
LIBICONV = @LIBICONV@
LIBINTL = @LIBINTL@
+LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
LIB_CRYPT = @LIB_CRYPT@
diff --git a/tests/cut/Makefile.in b/tests/cut/Makefile.in
index 005ea1c93..9ce2dc292 100644
--- a/tests/cut/Makefile.in
+++ b/tests/cut/Makefile.in
@@ -74,6 +74,7 @@ KMEM_GROUP = @KMEM_GROUP@
LDFLAGS = @LDFLAGS@
LIBICONV = @LIBICONV@
LIBINTL = @LIBINTL@
+LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
LIB_CRYPT = @LIB_CRYPT@
diff --git a/tests/date/Makefile.in b/tests/date/Makefile.in
index 4a1044cf4..bf9f7d253 100644
--- a/tests/date/Makefile.in
+++ b/tests/date/Makefile.in
@@ -74,6 +74,7 @@ KMEM_GROUP = @KMEM_GROUP@
LDFLAGS = @LDFLAGS@
LIBICONV = @LIBICONV@
LIBINTL = @LIBINTL@
+LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
LIB_CRYPT = @LIB_CRYPT@
diff --git a/tests/dd/Makefile.in b/tests/dd/Makefile.in
index b3900233a..cb0afa2c3 100644
--- a/tests/dd/Makefile.in
+++ b/tests/dd/Makefile.in
@@ -74,6 +74,7 @@ KMEM_GROUP = @KMEM_GROUP@
LDFLAGS = @LDFLAGS@
LIBICONV = @LIBICONV@
LIBINTL = @LIBINTL@
+LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
LIB_CRYPT = @LIB_CRYPT@
diff --git a/tests/dircolors/Makefile.in b/tests/dircolors/Makefile.in
index 1794ff9d5..1e94f3c52 100644
--- a/tests/dircolors/Makefile.in
+++ b/tests/dircolors/Makefile.in
@@ -74,6 +74,7 @@ KMEM_GROUP = @KMEM_GROUP@
LDFLAGS = @LDFLAGS@
LIBICONV = @LIBICONV@
LIBINTL = @LIBINTL@
+LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
LIB_CRYPT = @LIB_CRYPT@
diff --git a/tests/du/Makefile.in b/tests/du/Makefile.in
index 72350c9e7..24f6d8de1 100644
--- a/tests/du/Makefile.in
+++ b/tests/du/Makefile.in
@@ -74,6 +74,7 @@ KMEM_GROUP = @KMEM_GROUP@
LDFLAGS = @LDFLAGS@
LIBICONV = @LIBICONV@
LIBINTL = @LIBINTL@
+LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
LIB_CRYPT = @LIB_CRYPT@
diff --git a/tests/expr/Makefile.in b/tests/expr/Makefile.in
index 304ad73eb..836e5f717 100644
--- a/tests/expr/Makefile.in
+++ b/tests/expr/Makefile.in
@@ -74,6 +74,7 @@ KMEM_GROUP = @KMEM_GROUP@
LDFLAGS = @LDFLAGS@
LIBICONV = @LIBICONV@
LIBINTL = @LIBINTL@
+LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
LIB_CRYPT = @LIB_CRYPT@
diff --git a/tests/factor/Makefile.in b/tests/factor/Makefile.in
index 633a18fc4..fbf7b90f4 100644
--- a/tests/factor/Makefile.in
+++ b/tests/factor/Makefile.in
@@ -74,6 +74,7 @@ KMEM_GROUP = @KMEM_GROUP@
LDFLAGS = @LDFLAGS@
LIBICONV = @LIBICONV@
LIBINTL = @LIBINTL@
+LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
LIB_CRYPT = @LIB_CRYPT@
diff --git a/tests/fmt/Makefile.in b/tests/fmt/Makefile.in
index d759491cb..dd464bd4e 100644
--- a/tests/fmt/Makefile.in
+++ b/tests/fmt/Makefile.in
@@ -74,6 +74,7 @@ KMEM_GROUP = @KMEM_GROUP@
LDFLAGS = @LDFLAGS@
LIBICONV = @LIBICONV@
LIBINTL = @LIBINTL@
+LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
LIB_CRYPT = @LIB_CRYPT@
diff --git a/tests/head/Makefile.in b/tests/head/Makefile.in
index 79d3f46ea..35aa13d97 100644
--- a/tests/head/Makefile.in
+++ b/tests/head/Makefile.in
@@ -74,6 +74,7 @@ KMEM_GROUP = @KMEM_GROUP@
LDFLAGS = @LDFLAGS@
LIBICONV = @LIBICONV@
LIBINTL = @LIBINTL@
+LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
LIB_CRYPT = @LIB_CRYPT@
diff --git a/tests/install/Makefile.in b/tests/install/Makefile.in
index c5230762f..f09e610eb 100644
--- a/tests/install/Makefile.in
+++ b/tests/install/Makefile.in
@@ -74,6 +74,7 @@ KMEM_GROUP = @KMEM_GROUP@
LDFLAGS = @LDFLAGS@
LIBICONV = @LIBICONV@
LIBINTL = @LIBINTL@
+LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
LIB_CRYPT = @LIB_CRYPT@
diff --git a/tests/join/Makefile.in b/tests/join/Makefile.in
index 4bd23624d..b4191cf0c 100644
--- a/tests/join/Makefile.in
+++ b/tests/join/Makefile.in
@@ -74,6 +74,7 @@ KMEM_GROUP = @KMEM_GROUP@
LDFLAGS = @LDFLAGS@
LIBICONV = @LIBICONV@
LIBINTL = @LIBINTL@
+LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
LIB_CRYPT = @LIB_CRYPT@
diff --git a/tests/ln/Makefile.in b/tests/ln/Makefile.in
index c98090360..2f41f819c 100644
--- a/tests/ln/Makefile.in
+++ b/tests/ln/Makefile.in
@@ -74,6 +74,7 @@ KMEM_GROUP = @KMEM_GROUP@
LDFLAGS = @LDFLAGS@
LIBICONV = @LIBICONV@
LIBINTL = @LIBINTL@
+LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
LIB_CRYPT = @LIB_CRYPT@
diff --git a/tests/ls-2/Makefile.in b/tests/ls-2/Makefile.in
index e79554e58..fe4f5dff5 100644
--- a/tests/ls-2/Makefile.in
+++ b/tests/ls-2/Makefile.in
@@ -74,6 +74,7 @@ KMEM_GROUP = @KMEM_GROUP@
LDFLAGS = @LDFLAGS@
LIBICONV = @LIBICONV@
LIBINTL = @LIBINTL@
+LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
LIB_CRYPT = @LIB_CRYPT@
diff --git a/tests/ls/Makefile.in b/tests/ls/Makefile.in
index 58c6ce4b5..28425dcdc 100644
--- a/tests/ls/Makefile.in
+++ b/tests/ls/Makefile.in
@@ -74,6 +74,7 @@ KMEM_GROUP = @KMEM_GROUP@
LDFLAGS = @LDFLAGS@
LIBICONV = @LIBICONV@
LIBINTL = @LIBINTL@
+LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
LIB_CRYPT = @LIB_CRYPT@
diff --git a/tests/md5sum/Makefile.in b/tests/md5sum/Makefile.in
index 7d7c6e6f8..8c93220a8 100644
--- a/tests/md5sum/Makefile.in
+++ b/tests/md5sum/Makefile.in
@@ -74,6 +74,7 @@ KMEM_GROUP = @KMEM_GROUP@
LDFLAGS = @LDFLAGS@
LIBICONV = @LIBICONV@
LIBINTL = @LIBINTL@
+LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
LIB_CRYPT = @LIB_CRYPT@
diff --git a/tests/misc/Makefile.in b/tests/misc/Makefile.in
index 39210682c..dacf11c01 100644
--- a/tests/misc/Makefile.in
+++ b/tests/misc/Makefile.in
@@ -74,6 +74,7 @@ KMEM_GROUP = @KMEM_GROUP@
LDFLAGS = @LDFLAGS@
LIBICONV = @LIBICONV@
LIBINTL = @LIBINTL@
+LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
LIB_CRYPT = @LIB_CRYPT@
diff --git a/tests/mkdir/Makefile.in b/tests/mkdir/Makefile.in
index ff6924cbd..b39f877ba 100644
--- a/tests/mkdir/Makefile.in
+++ b/tests/mkdir/Makefile.in
@@ -74,6 +74,7 @@ KMEM_GROUP = @KMEM_GROUP@
LDFLAGS = @LDFLAGS@
LIBICONV = @LIBICONV@
LIBINTL = @LIBINTL@
+LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
LIB_CRYPT = @LIB_CRYPT@
diff --git a/tests/mv/Makefile.in b/tests/mv/Makefile.in
index b9f3a221f..8c34b76e5 100644
--- a/tests/mv/Makefile.in
+++ b/tests/mv/Makefile.in
@@ -74,6 +74,7 @@ KMEM_GROUP = @KMEM_GROUP@
LDFLAGS = @LDFLAGS@
LIBICONV = @LIBICONV@
LIBINTL = @LIBINTL@
+LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
LIB_CRYPT = @LIB_CRYPT@
diff --git a/tests/od/Makefile.in b/tests/od/Makefile.in
index 88cf43d6d..a133e3de1 100644
--- a/tests/od/Makefile.in
+++ b/tests/od/Makefile.in
@@ -74,6 +74,7 @@ KMEM_GROUP = @KMEM_GROUP@
LDFLAGS = @LDFLAGS@
LIBICONV = @LIBICONV@
LIBINTL = @LIBINTL@
+LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
LIB_CRYPT = @LIB_CRYPT@
diff --git a/tests/pr/Makefile.in b/tests/pr/Makefile.in
index 738027133..82a9cfaa2 100644
--- a/tests/pr/Makefile.in
+++ b/tests/pr/Makefile.in
@@ -74,6 +74,7 @@ KMEM_GROUP = @KMEM_GROUP@
LDFLAGS = @LDFLAGS@
LIBICONV = @LIBICONV@
LIBINTL = @LIBINTL@
+LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
LIB_CRYPT = @LIB_CRYPT@
diff --git a/tests/rm/Makefile.in b/tests/rm/Makefile.in
index 4e3a99b2a..a79d26013 100644
--- a/tests/rm/Makefile.in
+++ b/tests/rm/Makefile.in
@@ -74,6 +74,7 @@ KMEM_GROUP = @KMEM_GROUP@
LDFLAGS = @LDFLAGS@
LIBICONV = @LIBICONV@
LIBINTL = @LIBINTL@
+LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
LIB_CRYPT = @LIB_CRYPT@
diff --git a/tests/rmdir/Makefile.in b/tests/rmdir/Makefile.in
index 1c0070c1a..2748da59f 100644
--- a/tests/rmdir/Makefile.in
+++ b/tests/rmdir/Makefile.in
@@ -74,6 +74,7 @@ KMEM_GROUP = @KMEM_GROUP@
LDFLAGS = @LDFLAGS@
LIBICONV = @LIBICONV@
LIBINTL = @LIBINTL@
+LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
LIB_CRYPT = @LIB_CRYPT@
diff --git a/tests/seq/Makefile.in b/tests/seq/Makefile.in
index 9830d539b..4f1946290 100644
--- a/tests/seq/Makefile.in
+++ b/tests/seq/Makefile.in
@@ -74,6 +74,7 @@ KMEM_GROUP = @KMEM_GROUP@
LDFLAGS = @LDFLAGS@
LIBICONV = @LIBICONV@
LIBINTL = @LIBINTL@
+LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
LIB_CRYPT = @LIB_CRYPT@
diff --git a/tests/sha1sum/Makefile.in b/tests/sha1sum/Makefile.in
index cf8c1c5a1..3801ef61b 100644
--- a/tests/sha1sum/Makefile.in
+++ b/tests/sha1sum/Makefile.in
@@ -74,6 +74,7 @@ KMEM_GROUP = @KMEM_GROUP@
LDFLAGS = @LDFLAGS@
LIBICONV = @LIBICONV@
LIBINTL = @LIBINTL@
+LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
LIB_CRYPT = @LIB_CRYPT@
diff --git a/tests/shred/Makefile.in b/tests/shred/Makefile.in
index b87ba6441..28f9d1cef 100644
--- a/tests/shred/Makefile.in
+++ b/tests/shred/Makefile.in
@@ -74,6 +74,7 @@ KMEM_GROUP = @KMEM_GROUP@
LDFLAGS = @LDFLAGS@
LIBICONV = @LIBICONV@
LIBINTL = @LIBINTL@
+LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
LIB_CRYPT = @LIB_CRYPT@
diff --git a/tests/sort/Makefile.in b/tests/sort/Makefile.in
index e4372a8b3..12b662b09 100644
--- a/tests/sort/Makefile.in
+++ b/tests/sort/Makefile.in
@@ -74,6 +74,7 @@ KMEM_GROUP = @KMEM_GROUP@
LDFLAGS = @LDFLAGS@
LIBICONV = @LIBICONV@
LIBINTL = @LIBINTL@
+LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
LIB_CRYPT = @LIB_CRYPT@
diff --git a/tests/stty/Makefile.in b/tests/stty/Makefile.in
index b2595a652..5e3d5cf29 100644
--- a/tests/stty/Makefile.in
+++ b/tests/stty/Makefile.in
@@ -74,6 +74,7 @@ KMEM_GROUP = @KMEM_GROUP@
LDFLAGS = @LDFLAGS@
LIBICONV = @LIBICONV@
LIBINTL = @LIBINTL@
+LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
LIB_CRYPT = @LIB_CRYPT@
diff --git a/tests/sum/Makefile.in b/tests/sum/Makefile.in
index 10ca2bbde..71968dd51 100644
--- a/tests/sum/Makefile.in
+++ b/tests/sum/Makefile.in
@@ -74,6 +74,7 @@ KMEM_GROUP = @KMEM_GROUP@
LDFLAGS = @LDFLAGS@
LIBICONV = @LIBICONV@
LIBINTL = @LIBINTL@
+LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
LIB_CRYPT = @LIB_CRYPT@
diff --git a/tests/tac/Makefile.in b/tests/tac/Makefile.in
index f4f440398..4ac3fbaf9 100644
--- a/tests/tac/Makefile.in
+++ b/tests/tac/Makefile.in
@@ -74,6 +74,7 @@ KMEM_GROUP = @KMEM_GROUP@
LDFLAGS = @LDFLAGS@
LIBICONV = @LIBICONV@
LIBINTL = @LIBINTL@
+LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
LIB_CRYPT = @LIB_CRYPT@
diff --git a/tests/tail-2/Makefile.in b/tests/tail-2/Makefile.in
index 2dd5ff83b..be4b3c236 100644
--- a/tests/tail-2/Makefile.in
+++ b/tests/tail-2/Makefile.in
@@ -74,6 +74,7 @@ KMEM_GROUP = @KMEM_GROUP@
LDFLAGS = @LDFLAGS@
LIBICONV = @LIBICONV@
LIBINTL = @LIBINTL@
+LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
LIB_CRYPT = @LIB_CRYPT@
diff --git a/tests/tail/Makefile.in b/tests/tail/Makefile.in
index 759297cd5..5bf3882c4 100644
--- a/tests/tail/Makefile.in
+++ b/tests/tail/Makefile.in
@@ -74,6 +74,7 @@ KMEM_GROUP = @KMEM_GROUP@
LDFLAGS = @LDFLAGS@
LIBICONV = @LIBICONV@
LIBINTL = @LIBINTL@
+LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
LIB_CRYPT = @LIB_CRYPT@
diff --git a/tests/test/Makefile.in b/tests/test/Makefile.in
index d4d922d42..52cdf6e2e 100644
--- a/tests/test/Makefile.in
+++ b/tests/test/Makefile.in
@@ -74,6 +74,7 @@ KMEM_GROUP = @KMEM_GROUP@
LDFLAGS = @LDFLAGS@
LIBICONV = @LIBICONV@
LIBINTL = @LIBINTL@
+LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
LIB_CRYPT = @LIB_CRYPT@
diff --git a/tests/touch/Makefile.in b/tests/touch/Makefile.in
index b5640f91d..95a592991 100644
--- a/tests/touch/Makefile.in
+++ b/tests/touch/Makefile.in
@@ -74,6 +74,7 @@ KMEM_GROUP = @KMEM_GROUP@
LDFLAGS = @LDFLAGS@
LIBICONV = @LIBICONV@
LIBINTL = @LIBINTL@
+LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
LIB_CRYPT = @LIB_CRYPT@
diff --git a/tests/tr/Makefile.in b/tests/tr/Makefile.in
index 57a76e774..5af9cd80a 100644
--- a/tests/tr/Makefile.in
+++ b/tests/tr/Makefile.in
@@ -74,6 +74,7 @@ KMEM_GROUP = @KMEM_GROUP@
LDFLAGS = @LDFLAGS@
LIBICONV = @LIBICONV@
LIBINTL = @LIBINTL@
+LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
LIB_CRYPT = @LIB_CRYPT@
diff --git a/tests/tsort/Makefile.in b/tests/tsort/Makefile.in
index 1cddb6bd6..20857acfe 100644
--- a/tests/tsort/Makefile.in
+++ b/tests/tsort/Makefile.in
@@ -74,6 +74,7 @@ KMEM_GROUP = @KMEM_GROUP@
LDFLAGS = @LDFLAGS@
LIBICONV = @LIBICONV@
LIBINTL = @LIBINTL@
+LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
LIB_CRYPT = @LIB_CRYPT@
diff --git a/tests/unexpand/Makefile.in b/tests/unexpand/Makefile.in
index dee00c0f7..202b7a775 100644
--- a/tests/unexpand/Makefile.in
+++ b/tests/unexpand/Makefile.in
@@ -74,6 +74,7 @@ KMEM_GROUP = @KMEM_GROUP@
LDFLAGS = @LDFLAGS@
LIBICONV = @LIBICONV@
LIBINTL = @LIBINTL@
+LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
LIB_CRYPT = @LIB_CRYPT@
diff --git a/tests/uniq/Makefile.in b/tests/uniq/Makefile.in
index e693f8f9a..415ada838 100644
--- a/tests/uniq/Makefile.in
+++ b/tests/uniq/Makefile.in
@@ -74,6 +74,7 @@ KMEM_GROUP = @KMEM_GROUP@
LDFLAGS = @LDFLAGS@
LIBICONV = @LIBICONV@
LIBINTL = @LIBINTL@
+LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
LIB_CRYPT = @LIB_CRYPT@
diff --git a/tests/wc/Makefile.in b/tests/wc/Makefile.in
index f52593f94..5d8a2f009 100644
--- a/tests/wc/Makefile.in
+++ b/tests/wc/Makefile.in
@@ -74,6 +74,7 @@ KMEM_GROUP = @KMEM_GROUP@
LDFLAGS = @LDFLAGS@
LIBICONV = @LIBICONV@
LIBINTL = @LIBINTL@
+LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
LIB_CRYPT = @LIB_CRYPT@