mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Fix partially merged patch from my external compiler tree in r234546.
Define NM except when we're in strict POSIX mode.
This commit is contained in:
parent
01712ae93a
commit
edfe67eab7
1 changed files with 4 additions and 0 deletions
|
|
@ -141,6 +141,10 @@ YFLAGS ?=
|
|||
YFLAGS ?= -d
|
||||
.endif
|
||||
|
||||
.if !defined(%POSIX)
|
||||
NM ?= nm
|
||||
.endif
|
||||
|
||||
.if defined(%POSIX)
|
||||
|
||||
# Posix 1003.2 mandated rules
|
||||
|
|
|
|||
Loading…
Reference in a new issue