From eba708a62b5bb255a3ba79ab29e9259118aaef34 Mon Sep 17 00:00:00 2001 From: Manuel Novoa III Date: Mon, 28 May 2001 14:38:12 +0000 Subject: Make selection of uClibc floating point support in printf, etc. seperate from libm float function support. Also, move all Config files out of the main directory. --- libc/misc/internals/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/misc/internals/Makefile') diff --git a/libc/misc/internals/Makefile b/libc/misc/internals/Makefile index 2d0be502c..93faa1929 100644 --- a/libc/misc/internals/Makefile +++ b/libc/misc/internals/Makefile @@ -24,7 +24,7 @@ TOPDIR=../../../ include $(TOPDIR)Rules.mak CSRC=ultostr.c ltostr.c __uClibc_main.c tempname.c -ifeq ($(HAS_FLOATS),true) +ifeq ($(HAS_FLOATING_POINT),true) CSRC += dtostr.c zoicheck.c endif ifeq ($(HAS_LONG_LONG),true) -- cgit v1.2.3