diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2003-03-13 18:55:14 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2003-03-13 18:55:14 +0000 |
| commit | 120a95cb5080c7dcf6fde1b171f381b98ad28ce7 (patch) | |
| tree | 3dc4e86f99f737df997b87a5bb322cbc83cab847 /lib/libc/Makefile | |
| parent | db53f66b426ba72d47ecac1ba6441196463b9a02 (diff) | |
Notes
Diffstat (limited to 'lib/libc/Makefile')
| -rw-r--r-- | lib/libc/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/lib/libc/Makefile b/lib/libc/Makefile index a6b898980b2e2..a724543fdfd9c 100644 --- a/lib/libc/Makefile +++ b/lib/libc/Makefile @@ -24,13 +24,6 @@ MDASM= MIASM= NOASM= -# XXX Pull in contrib/netlib/gdtoa, but keep the filenames local to -# gdtoa out of libc. -.PATH: ${.CURDIR}/../../contrib/netlib/gdtoa -.include "${.CURDIR}/gdtoa/Makefile.inc" -.PATH: -.PATH: ${.CURDIR}/gdtoa - # # If there is a machine dependent makefile, use it: # @@ -40,6 +33,7 @@ NOASM= .include "${.CURDIR}/db/Makefile.inc" .include "${.CURDIR}/compat-43/Makefile.inc" +.include "${.CURDIR}/gdtoa/Makefile.inc" .include "${.CURDIR}/gen/Makefile.inc" .if ${MACHINE_ARCH} != "powerpc" .include "${.CURDIR}/gmon/Makefile.inc" |
