OSDN Git Service

- fix typo
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Thu, 25 Sep 2008 17:49:20 +0000 (17:49 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Thu, 25 Sep 2008 17:49:20 +0000 (17:49 -0000)
libm/Makefile.in

index a94989d..bcee5f3 100644 (file)
@@ -71,7 +71,7 @@ libm_CSRC := \
        w_log.c w_log10.c w_pow.c w_remainder.c w_scalb.c w_sinh.c \
        w_sqrt.c nan.c carg.c s_llrint.c \
        s_fpclassify.c s_fpclassifyf.c s_signbit.c s_signbitf.c \
-       s_isnan.c s_isnanf.c s_isnf.c s_isinff.c
+       s_isnan.c s_isnanf.c s_isinf.c s_isinff.c
 FL_MOBJ := \
        acosf.o acoshf.o asinf.o asinhf.o atan2f.o atanf.o atanhf.o cbrtf.o \
        ceilf.o copysignf.o cosf.o coshf.o erfcf.o erff.o exp2f.o expf.o \