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)
|
.if !defined(%POSIX)
|
||||||
NM ?= nm
|
NM ?= nm
|
||||||
.endif
|
|
||||||
|
|
||||||
OBJC ?= cc
|
OBJC ?= cc
|
||||||
OBJCFLAGS ?= ${OBJCINCLUDES} ${CFLAGS} -Wno-import
|
OBJCFLAGS ?= ${OBJCINCLUDES} ${CFLAGS} -Wno-import
|
||||||
@ -141,6 +140,7 @@ PFLAGS ?=
|
|||||||
|
|
||||||
RC ?= f77
|
RC ?= f77
|
||||||
RFLAGS ?=
|
RFLAGS ?=
|
||||||
|
.endif
|
||||||
|
|
||||||
SHELL ?= sh
|
SHELL ?= sh
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user