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