From 8b8557483e752ce695905e41e5bd36bb85f9cb9c Mon Sep 17 00:00:00 2001 From: das Date: Thu, 27 Jan 2005 05:44:16 +0000 Subject: Don't compile the gdtoa package's strtoIg.c into libc. I never got around to making use of it. --- lib/libc/gdtoa/Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libc') diff --git a/lib/libc/gdtoa/Makefile.inc b/lib/libc/gdtoa/Makefile.inc index 395faf9..399c3a8 100644 --- a/lib/libc/gdtoa/Makefile.inc +++ b/lib/libc/gdtoa/Makefile.inc @@ -6,7 +6,7 @@ MISRCS+=_hdtoa.c _ldtoa.c glue.c GDTOASRCS+=dmisc.c dtoa.c gdtoa.c gethex.c gmisc.c \ hd_init.c hexnan.c misc.c smisc.c \ - strtoIg.c strtod.c strtodg.c strtof.c strtord.c sum.c ulp.c + strtod.c strtodg.c strtof.c strtord.c sum.c ulp.c CFLAGS+=-I${.CURDIR}/../../contrib/gdtoa -- cgit v1.1