diff options
author | Daniel Eischen <deischen@FreeBSD.org> | 2006-03-13 01:15:01 +0000 |
---|---|---|
committer | Daniel Eischen <deischen@FreeBSD.org> | 2006-03-13 01:15:01 +0000 |
commit | 6fad3aaf157b3ab3d64b99ca7c14751124c044dd (patch) | |
tree | 6e1707a1132e7e6e97c7086220d021a6a6fb9837 /lib/libc/gdtoa/Makefile.inc | |
parent | 3650be51e29c2f0bc791966d320e9afbfa6f70d5 (diff) |
Add each directory's symbol map file to SYM_MAPS.
Notes
Notes:
svn path=/head/; revision=156613
Diffstat (limited to 'lib/libc/gdtoa/Makefile.inc')
-rw-r--r-- | lib/libc/gdtoa/Makefile.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/gdtoa/Makefile.inc b/lib/libc/gdtoa/Makefile.inc index 399c3a8309ea..dce7dc37b11e 100644 --- a/lib/libc/gdtoa/Makefile.inc +++ b/lib/libc/gdtoa/Makefile.inc @@ -8,6 +8,8 @@ GDTOASRCS+=dmisc.c dtoa.c gdtoa.c gethex.c gmisc.c \ hd_init.c hexnan.c misc.c smisc.c \ strtod.c strtodg.c strtof.c strtord.c sum.c ulp.c +SYM_MAPS+=${.CURDIR}/gdtoa/Symbol.map + CFLAGS+=-I${.CURDIR}/../../contrib/gdtoa .for src in ${GDTOASRCS} |