diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-11-24 08:36:39 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-11-24 08:36:39 +0000 |
commit | 96521449dbd32d51a90574e7821861730c36ffc6 (patch) | |
tree | 98fbbbe9cbefe308b5ca52510e9e746424a61185 /libm/Makefile | |
parent | c8cb3a1c22f98d61f5f128303a2b158597963570 (diff) |
Oops
Diffstat (limited to 'libm/Makefile')
-rw-r--r-- | libm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libm/Makefile b/libm/Makefile index e9c7c807d..41159aced 100644 --- a/libm/Makefile +++ b/libm/Makefile @@ -57,7 +57,7 @@ CSRC = w_acos.c w_asin.c s_atan.c w_atan2.c s_ceil.c s_cos.c \ w_cosh.c w_exp.c s_expm1.c s_fabs.c s_floor.c w_fmod.c \ s_frexp.c w_log.c w_log10.c s_modf.c w_pow.c s_sin.c \ w_sinh.c w_sqrt.c s_tan.c s_tanh.c s_scalbn.c s_copysign.c \ - sign.c e_acos.c e_asin.c e_atan2.c k_cos.c e_cosh.c e_exp.c \ + e_acos.c e_asin.c e_atan2.c k_cos.c e_cosh.c e_exp.c \ e_fmod.c e_log.c e_log10.c e_pow.c k_sin.c e_sinh.c e_sqrt.c \ k_tan.c e_rem_pio2.c k_rem_pio2.c endif |