Hide OBJCOPY and others in POSIX mode

Submitted by: Garrett Cooper
This commit is contained in:
Ed Maste 2012-12-17 21:09:44 +00:00
parent f491274582
commit 44383aa35e

View File

@ -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