1
0
mirror of https://github.com/adtools/clib2.git synced 2025-12-08 14:59:05 +00:00

- Corrected a typo in the object build list (math_exp2f.c rather than

math_expf2.c).


git-svn-id: file:///Users/olsen/Code/migration-svn-zu-git/logical-line-staging/clib2/trunk@14992 87f5fb63-7c3d-0410-a384-fd976d0f7a62
This commit is contained in:
Olaf Barthel
2005-06-26 11:46:21 +00:00
parent 459d57da9c
commit a3d61a67c8

View File

@ -1,5 +1,5 @@
# #
# $Id: GNUmakefile.os4,v 1.70 2005-06-26 10:23:05 obarthel Exp $ # $Id: GNUmakefile.os4,v 1.71 2005-06-26 11:46:21 obarthel Exp $
# #
# :ts=8 # :ts=8
# #
@ -581,7 +581,7 @@ MATH_LIB = \
math_exp.o \ math_exp.o \
math_expf.o \ math_expf.o \
math_exp2.o \ math_exp2.o \
math_expf2.o \ math_exp2f.o \
math_expm1.o \ math_expm1.o \
math_expm1f.o \ math_expm1f.o \
math_fabs.o \ math_fabs.o \