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.
This commit is contained in:
Bruce Evans 2005-11-06 17:59:40 +00:00
parent efff995f3b
commit 2b6ca0f6a5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=152133

View file

@ -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_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_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 \ 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 \ 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_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 \ s_ceil.c s_ceilf.c s_ceill.c \