Make sure SIZE is defined early
This commit is contained in:
parent
81d3ec1763
commit
78abccfc94
@ -146,6 +146,10 @@ RFLAGS ?=
|
||||
|
||||
SHELL ?= sh
|
||||
|
||||
.if !defined(%POSIX)
|
||||
SIZE ?= size
|
||||
.endif
|
||||
|
||||
YACC ?= yacc
|
||||
.if defined(%POSIX)
|
||||
YFLAGS ?=
|
||||
|
Loading…
Reference in New Issue
Block a user