Sort nm in order.
Submitted by: bde
This commit is contained in:
+4
-4
@@ -123,6 +123,10 @@ LINTLIBFLAGS ?= -cghapbxu -C ${LIB}
|
||||
|
||||
MAKE ?= make
|
||||
|
||||
.if !defined(%POSIX)
|
||||
NM ?= nm
|
||||
.endif
|
||||
|
||||
OBJC ?= cc
|
||||
OBJCFLAGS ?= ${OBJCINCLUDES} ${CFLAGS} -Wno-import
|
||||
|
||||
@@ -141,10 +145,6 @@ YFLAGS ?=
|
||||
YFLAGS ?= -d
|
||||
.endif
|
||||
|
||||
.if !defined(%POSIX)
|
||||
NM ?= nm
|
||||
.endif
|
||||
|
||||
.if defined(%POSIX)
|
||||
|
||||
# Posix 1003.2 mandated rules
|
||||
|
||||
Reference in New Issue
Block a user