Fix make(1) syntax error for non-embedded targets.
Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
a254b464d8
commit
8e2e6ab32f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user