From d421906870844ef13c647ef35b64a69b504a92cd Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 15 Nov 2002 08:36:57 +0000 Subject: [PATCH] . --- Makefile.in | 1 + config.hin | 8 ++++---- doc/Makefile.in | 1 + lib/Makefile.in | 1 + m4/Makefile.in | 1 + man/Makefile.in | 1 + src/Makefile.in | 3 ++- tests/Makefile.in | 1 + tests/basename/Makefile.in | 1 + tests/chgrp/Makefile.in | 1 + tests/chmod/Makefile.in | 1 + tests/chown/Makefile.in | 1 + tests/cp/Makefile.in | 1 + tests/cut/Makefile.in | 1 + tests/date/Makefile.in | 1 + tests/dd/Makefile.in | 1 + tests/dircolors/Makefile.in | 1 + tests/du/Makefile.in | 1 + tests/expr/Makefile.in | 1 + tests/factor/Makefile.in | 1 + tests/fmt/Makefile.in | 1 + tests/head/Makefile.in | 1 + tests/install/Makefile.in | 1 + tests/join/Makefile.in | 1 + tests/ln/Makefile.in | 1 + tests/ls-2/Makefile.in | 1 + tests/ls/Makefile.in | 1 + tests/md5sum/Makefile.in | 1 + tests/misc/Makefile.in | 1 + tests/mkdir/Makefile.in | 1 + tests/mv/Makefile.in | 1 + tests/od/Makefile.in | 1 + tests/pr/Makefile.in | 1 + tests/rm/Makefile.in | 1 + tests/rmdir/Makefile.in | 1 + tests/seq/Makefile.in | 1 + tests/sha1sum/Makefile.in | 1 + tests/shred/Makefile.in | 1 + tests/sort/Makefile.in | 1 + tests/stty/Makefile.in | 1 + tests/sum/Makefile.in | 1 + tests/tac/Makefile.in | 1 + tests/tail-2/Makefile.in | 1 + tests/tail/Makefile.in | 1 + tests/test/Makefile.in | 1 + tests/touch/Makefile.in | 1 + tests/tr/Makefile.in | 1 + tests/tsort/Makefile.in | 1 + tests/unexpand/Makefile.in | 1 + tests/uniq/Makefile.in | 1 + tests/wc/Makefile.in | 1 + 51 files changed, 55 insertions(+), 5 deletions(-) diff --git a/Makefile.in b/Makefile.in index 698f1e89da..6f9a2bb042 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 7a4af08ef3..6c2209c895 100644 --- a/config.hin +++ b/config.hin @@ -570,8 +570,8 @@ /* Define to 1 if you have the 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 fd709496b5..05e074ccbd 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 6475824550..60716705eb 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 6795b24a9a..0423e3a289 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 403c98b039..f028bd0899 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 09590d7a21..7b1a36bda1 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 d07557744f..a7e7662382 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 538ead8637..85c61a969b 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 5d3bfc56ee..25b2858748 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 b0a1c853aa..6a55a65a4b 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 286e25f437..713f88ec33 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 fe59c8e1e9..99162850ec 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 005ea1c936..9ce2dc292d 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 4a1044cf4d..bf9f7d2539 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 b3900233ad..cb0afa2c3d 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 1794ff9d51..1e94f3c529 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 72350c9e79..24f6d8de19 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 304ad73eb5..836e5f717c 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 633a18fc43..fbf7b90f49 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 d759491cb4..dd464bd4e6 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 79d3f46ea2..35aa13d971 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 c5230762f4..f09e610ebc 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 4bd23624d5..b4191cf0c9 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 c98090360a..2f41f819c2 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 e79554e58c..fe4f5dff5a 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 58c6ce4b5b..28425dcdcb 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 7d7c6e6f87..8c93220a80 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 39210682ca..dacf11c010 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 ff6924cbd5..b39f877bae 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 b9f3a221f8..8c34b76e5e 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 88cf43d6d3..a133e3de1e 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 7380271332..82a9cfaa29 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 4e3a99b2ae..a79d260132 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 1c0070c1a0..2748da59f1 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 9830d539bf..4f19462909 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 cf8c1c5a15..3801ef61bb 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 b87ba64414..28f9d1cefd 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 e4372a8b31..12b662b09a 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 b2595a652a..5e3d5cf295 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 10ca2bbde3..71968dd51a 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 f4f440398d..4ac3fbaf97 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 2dd5ff83bf..be4b3c236d 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 759297cd59..5bf3882c4a 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 d4d922d42e..52cdf6e2e8 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 b5640f91d3..95a592991d 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 57a76e774d..5af9cd80a5 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 1cddb6bd69..20857acfe3 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 dee00c0f7d..202b7a7755 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 e693f8f9ab..415ada838f 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 f52593f94c..5d8a2f0092 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@ -- 2.47.2