Hide OBJCOPY and others in POSIX mode
Submitted by: Garrett Cooper
This commit is contained in:
parent
f491274582
commit
44383aa35e
@ -129,7 +129,6 @@ MAKE ?= make
|
||||
|
||||
.if !defined(%POSIX)
|
||||
NM ?= nm
|
||||
.endif
|
||||
|
||||
OBJC ?= cc
|
||||
OBJCFLAGS ?= ${OBJCINCLUDES} ${CFLAGS} -Wno-import
|
||||
@ -141,6 +140,7 @@ PFLAGS ?=
|
||||
|
||||
RC ?= f77
|
||||
RFLAGS ?=
|
||||
.endif
|
||||
|
||||
SHELL ?= sh
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user