summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2005-11-06 17:59:40 +0000
committerbde <bde@FreeBSD.org>2005-11-06 17:59:40 +0000
commit35f17c1d45010f9052dc8615a988615b4d856ba5 (patch)
tree0b47602a85241cec849477822af1fcfaf141e0ad /lib
parente016ebc9a18997b6b2285eca5d9a9b03bc1c8cc8 (diff)
downloadFreeBSD-src-35f17c1d45010f9052dc8615a988615b4d856ba5.zip
FreeBSD-src-35f17c1d45010f9052dc8615a988615b4d856ba5.tar.gz
Detach k_rem_pio2f.c from the build since it is now unused. It is a libm
internal so this shouldn't cause version problems.
Diffstat (limited to 'lib')
-rw-r--r--lib/msun/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/msun/Makefile b/lib/msun/Makefile
index 28f3db2..5a41425 100644
--- a/lib/msun/Makefile
+++ b/lib/msun/Makefile
@@ -36,7 +36,7 @@ COMMON_SRCS= b_exp.c b_log.c b_tgamma.c \
e_log.c e_log10.c e_log10f.c e_logf.c e_pow.c e_powf.c e_rem_pio2.c \
e_rem_pio2f.c e_remainder.c e_remainderf.c e_scalb.c e_scalbf.c \
e_sinh.c e_sinhf.c e_sqrt.c e_sqrtf.c fenv.c \
- k_cos.c k_cosf.c k_rem_pio2.c k_rem_pio2f.c k_sin.c k_sinf.c \
+ k_cos.c k_cosf.c k_rem_pio2.c k_sin.c k_sinf.c \
k_tan.c k_tanf.c \
s_asinh.c s_asinhf.c s_atan.c s_atanf.c s_cbrt.c s_cbrtf.c \
s_ceil.c s_ceilf.c s_ceill.c \
OpenPOWER on IntegriCloud