Fix make(1) syntax error for non-embedded targets.

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
gjb 2015-05-21 22:50:39 +00:00
parent 0641ba25df
commit bc74bc7ccc

View File

@ -18,8 +18,10 @@ RELEASEDIR?= /R
FTPDIR?= ${RELEASEDIR}/ftp-stage
STAGE_TARGETS?= iso-images-stage
.if ${TARGET} == "arm" || ${EMBEDDED_TARGET} == "arm"
.if defined(EMBEDDED_TARGET) && !empty(EMBEDDED_TARGET)
. if ${TARGET} == "arm" || ${EMBEDDED_TARGET} == "arm"
EMBEDDED= 1
. endif
.endif
# snapshot