diff options
author | Jim Meyering <jim@meyering.net> | 2002-02-11 15:04:51 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-02-11 15:04:51 +0000 |
commit | bbc05d986e3d55963a44d07a4f16436db3263e72 (patch) | |
tree | 9aaaba8ebd769567627df8cda9855879a0229c53 /tests/sum | |
parent | 21b915db0ff1386f77bdd2d2984830dccb3bcc0f (diff) | |
download | coreutils-bbc05d986e3d55963a44d07a4f16436db3263e72.tar.xz |
.
Diffstat (limited to 'tests/sum')
-rw-r--r-- | tests/sum/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/sum/Makefile.in b/tests/sum/Makefile.in index 1b116ca12..418bebf9f 100644 --- a/tests/sum/Makefile.in +++ b/tests/sum/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.5c from Makefile.am. +# Makefile.in generated by automake 1.5d from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 @@ -105,6 +105,7 @@ POSUB = @POSUB@ RANLIB = @RANLIB@ SEQ_LIBM = @SEQ_LIBM@ SQRT_LIBM = @SQRT_LIBM@ +STRIP = @STRIP@ U = @U@ USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@ USE_NLS = @USE_NLS@ |