summaryrefslogtreecommitdiffstats
path: root/lib/libc/quad
diff options
context:
space:
mode:
authordeischen <deischen@FreeBSD.org>2007-07-06 13:42:24 +0000
committerdeischen <deischen@FreeBSD.org>2007-07-06 13:42:24 +0000
commit1651def96b01c3ce15b52e4cc084302ea73f4a27 (patch)
tree5bdc8cdb8b221fd6a6ca48e2bf98982b6fa3aba7 /lib/libc/quad
parent7f10997905f2c7af82c4718e033ebaa867959ecd (diff)
downloadFreeBSD-src-1651def96b01c3ce15b52e4cc084302ea73f4a27.zip
FreeBSD-src-1651def96b01c3ce15b52e4cc084302ea73f4a27.tar.gz
Fix a typo that prevented the quad symbols from being exported
(s/SYM_MAP/SYM_MAPS/). Reported by: kan Approved by: re@ (Ken Smith)
Diffstat (limited to 'lib/libc/quad')
-rw-r--r--lib/libc/quad/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/quad/Makefile.inc b/lib/libc/quad/Makefile.inc
index 281eb7e..14a5b1f 100644
--- a/lib/libc/quad/Makefile.inc
+++ b/lib/libc/quad/Makefile.inc
@@ -18,4 +18,4 @@ SRCS+= adddi3.c anddi3.c ashldi3.c ashrdi3.c cmpdi2.c divdi3.c fixdfdi.c \
.endif
-SYM_MAP+=${.CURDIR}/quad/Symbol.map
+SYM_MAPS+=${.CURDIR}/quad/Symbol.map
OpenPOWER on IntegriCloud