mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Fix a typo that prevented the quad symbols from being exported
(s/SYM_MAP/SYM_MAPS/). Reported by: kan Approved by: re@ (Ken Smith)
This commit is contained in:
parent
c1a6d9fa42
commit
76390742ee
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue