diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-05-25 07:11:50 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-05-25 07:11:50 +0000 |
commit | b1870045d4ca91f603333400e514bd6ecd95f0ce (patch) | |
tree | fd30a6f2543e4efe8c4d96235ca7ea097d9f6c4d /libm/double/Makefile | |
parent | 677eb9f98fa6afc485c4c6afcf8b17dcee723f77 (diff) |
Cleanup the math.h header file. It was broken when enabling doubles
but disabling long doubles.
-Erik
Diffstat (limited to 'libm/double/Makefile')
-rw-r--r-- | libm/double/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |