diff options
author | Jim Meyering <jim@meyering.net> | 2000-02-05 09:53:35 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-02-05 09:53:35 +0000 |
commit | 7392a5fd4975d1f5aa4048f363394e4ff9f4c313 (patch) | |
tree | 1647e00e51bf6c9c0c3e5219e65d3b179617c8d3 /tests/install | |
parent | e413127dd493d6bf7ee0ed00ccbd079e47c9e636 (diff) | |
download | coreutils-7392a5fd4975d1f5aa4048f363394e4ff9f4c313.tar.xz |
.
Diffstat (limited to 'tests/install')
-rw-r--r-- | tests/install/Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/install/Makefile.in b/tests/install/Makefile.in index c7d3a39be..fadd887b6 100644 --- a/tests/install/Makefile.in +++ b/tests/install/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@ |