diff options
author | Jim Meyering <jim@meyering.net> | 2000-02-05 09:48:31 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-02-05 09:48:31 +0000 |
commit | fa183ca836153a113eabbb06147b9b9ad6774aef (patch) | |
tree | 2565f7b26c6e8834140966e1559f03294e9aebac /tests/cut | |
parent | ab4923e01e7a45fe820599ce40e099ad16719c86 (diff) | |
download | coreutils-fa183ca836153a113eabbb06147b9b9ad6774aef.tar.xz |
.
Diffstat (limited to 'tests/cut')
-rw-r--r-- | tests/cut/Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/cut/Makefile.in b/tests/cut/Makefile.in index 055ff5e72..e99243de7 100644 --- a/tests/cut/Makefile.in +++ b/tests/cut/Makefile.in @@ -71,6 +71,7 @@ CXXCPP = @CXXCPP@ DATADIRNAME = @DATADIRNAME@ DEPDIR = @DEPDIR@ DF_PROG = @DF_PROG@ +FESETROUND_LIBM = @FESETROUND_LIBM@ GENCAT = @GENCAT@ GETCONF = @GETCONF@ GETLOADAVG_LIBS = @GETLOADAVG_LIBS@ @@ -86,6 +87,7 @@ INTLLIBS = @INTLLIBS@ INTLOBJS = @INTLOBJS@ KMEM_GROUP = @KMEM_GROUP@ LIBOBJS = @LIBOBJS@ +LIB_CRYPT = @LIB_CRYPT@ MAKEINFO = @MAKEINFO@ MAN = @MAN@ MKINSTALLDIRS = @MKINSTALLDIRS@ @@ -99,6 +101,7 @@ POFILES = @POFILES@ POSUB = @POSUB@ POW_LIBM = @POW_LIBM@ RANLIB = @RANLIB@ +SQRT_LIBM = @SQRT_LIBM@ U = @U@ USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@ USE_NLS = @USE_NLS@ |