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:
Warner Losh 2012-04-21 17:45:40 +00:00
parent 01712ae93a
commit edfe67eab7

View file

@ -141,6 +141,10 @@ YFLAGS ?=
YFLAGS ?= -d
.endif
.if !defined(%POSIX)
NM ?= nm
.endif
.if defined(%POSIX)
# Posix 1003.2 mandated rules