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

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Glen Barber 2015-05-21 22:50:39 +00:00
parent a254b464d8
commit 8e2e6ab32f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=283272

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