diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-09-25 17:49:20 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-09-25 17:49:20 +0000 |
commit | 087a339a77231f9f2e93bf14233771bf8077f73c (patch) | |
tree | 898af1cba236894cbddce7e812f6ff8d6a8085ea /libm/Makefile.in | |
parent | 0e05d9826e6d32a27392ed9d6fe613ef6cf957a0 (diff) |
- fix typo
Diffstat (limited to 'libm/Makefile.in')
-rw-r--r-- | libm/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libm/Makefile.in b/libm/Makefile.in index a94989dcf..bcee5f35c 100644 --- a/libm/Makefile.in +++ b/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 \ |