Browse Source

- fix typo

Bernhard Reutner-Fischer 16 years ago
parent
commit
087a339a77
1 changed files with 1 additions and 1 deletions
  1. 1 1
      libm/Makefile.in

+ 1 - 1
libm/Makefile.in

@@ -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 \