From 88e814e997c9bc4fd633583d4d6d4779c5b18cfb Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sat, 24 Nov 2001 04:17:07 +0000 Subject: Fix naming so things will actually work -Erik --- libm/powerpc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libm/powerpc/Makefile') diff --git a/libm/powerpc/Makefile b/libm/powerpc/Makefile index 9872d6077..dec4c49f3 100644 --- a/libm/powerpc/Makefile +++ b/libm/powerpc/Makefile @@ -27,7 +27,7 @@ TARGET_CC= $(TOPDIR)extra/gcc-uClibc/$(TARGET_ARCH)-uclibc-gcc TARGET_CFLAGS+=-D_IEEE_LIBM -D_ISOC99_SOURCE -D_SVID_SOURCE ifeq ($(strip $(DO_C99_MATH)),true) -CSRC = ceilfloor.c frexpldexp.c logb.c rndint.c scalb.c sign.c +CSRC = s_ceil.c s_floor.c s_ldexp.c s_frexp.c s_logb.c s_modf.c w_scalb.c s_copysign.c s_rint.c else CSRC = endif -- cgit v1.2.3