From a3d61a67c8aa352c20485a78b6626a8261458f67 Mon Sep 17 00:00:00 2001 From: Olaf Barthel Date: Sun, 26 Jun 2005 11:46:21 +0000 Subject: [PATCH] - 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 --- library/GNUmakefile.os4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/GNUmakefile.os4 b/library/GNUmakefile.os4 index 03af0ca..ece012a 100644 --- a/library/GNUmakefile.os4 +++ b/library/GNUmakefile.os4 @@ -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 # @@ -581,7 +581,7 @@ MATH_LIB = \ math_exp.o \ math_expf.o \ math_exp2.o \ - math_expf2.o \ + math_exp2f.o \ math_expm1.o \ math_expm1f.o \ math_fabs.o \