diff options
| author | David Schultz <das@FreeBSD.org> | 2005-01-27 05:44:16 +0000 |
|---|---|---|
| committer | David Schultz <das@FreeBSD.org> | 2005-01-27 05:44:16 +0000 |
| commit | 2380daafe9802a2d04d884cfb4268421c4ffd1db (patch) | |
| tree | d8598113f534de28401e56d5ba266072c4838466 /lib | |
| parent | 221db7416de5100ca57e847aac9a949dce35e28d (diff) | |
Notes
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libc/gdtoa/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/gdtoa/Makefile.inc b/lib/libc/gdtoa/Makefile.inc index 395faf93f3a0..399c3a8309ea 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 |
