From b1870045d4ca91f603333400e514bd6ecd95f0ce Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 25 May 2001 07:11:50 +0000 Subject: Cleanup the math.h header file. It was broken when enabling doubles but disabling long doubles. -Erik --- libm/double/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libm') diff --git a/libm/double/Makefile b/libm/double/Makefile index e594b0f85..6133ef199 100644 --- a/libm/double/Makefile +++ b/libm/double/Makefile @@ -23,7 +23,7 @@ TOPDIR=../../ include $(TOPDIR)Rules.mak LIBM=../libm.a -TARGET_CC= $(TOPDIR)/extra/gcc-uClibc/$(TARGET_ARCH)-uclibc-gcc +TARGET_CC= $(TOPDIR)extra/gcc-uClibc/$(TARGET_ARCH)-uclibc-gcc CSRC=acosh.c airy.c asin.c asinh.c atan.c atanh.c bdtr.c beta.c \ btdtr.c cbrt.c chbevl.c chdtr.c clog.c cmplx.c const.c \ -- cgit v1.2.3