Make sure SIZE is defined early

This commit is contained in:
Baptiste Daroussin 2014-10-10 06:09:47 +00:00
parent 81d3ec1763
commit 78abccfc94

View File

@ -146,6 +146,10 @@ RFLAGS ?=
SHELL ?= sh
.if !defined(%POSIX)
SIZE ?= size
.endif
YACC ?= yacc
.if defined(%POSIX)
YFLAGS ?=