summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-11-24 08:36:39 +0000
committerEric Andersen <andersen@codepoet.org>2001-11-24 08:36:39 +0000
commit96521449dbd32d51a90574e7821861730c36ffc6 (patch)
tree98fbbbe9cbefe308b5ca52510e9e746424a61185
parentc8cb3a1c22f98d61f5f128303a2b158597963570 (diff)
Oops
-rw-r--r--libm/Makefile2
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