diff options
| author | jtc <jtc@NetBSD.org> | 1994-03-11 01:34:18 +0000 |
|---|---|---|
| committer | jtc <jtc@NetBSD.org> | 1994-03-11 01:34:18 +0000 |
| commit | cc2f880912ff2e805f41d55e6fc73ef908eef4ee (patch) | |
| tree | 633fa44d2940c630947b20a528606241a3f8cb6f | |
| parent | d264f5578d26e9f387ad69e5e1e230113576c47d (diff) | |
infnan was a vaxism.
| -rw-r--r-- | lib/libm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libm/Makefile b/lib/libm/Makefile index 5c2bd839357..e7d6edf91b2 100644 --- a/lib/libm/Makefile +++ b/lib/libm/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 5.1beta 93/09/24 -# $Id: Makefile,v 1.18 1994/03/10 18:13:32 jtc Exp $ +# $Id: Makefile,v 1.19 1994/03/11 01:34:18 jtc Exp $ # # ==================================================== # Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. @@ -95,7 +95,7 @@ SRCS=${COMMON_SRCS} MAN3+= acos.0 acosh.0 asin.0 asinh.0 atan.0 atan2.0 atanh.0 ceil.0 \ cos.0 cosh.0 erf.0 exp.0 fabs.0 floor.0 fmod.0 hypot.0 ieee.0 \ - infnan.0 j0.0 lgamma.0 math.0 rint.0 sin.0 sinh.0 sqrt.0 \ + j0.0 lgamma.0 math.0 rint.0 sin.0 sinh.0 sqrt.0 \ tan.0 tanh.0 MLINKS+=erf.3 erfc.3 |
