Guard against TARGET_ABI being undefined (TARGET_ABI will go away soon)
This commit is contained in:
parent
70697f52b3
commit
f119604fd5
@ -1,5 +1,5 @@
|
|||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
.if ${TARGET_ABI} == "n64"
|
.if defined(TARGET_ABI) && ${TARGET_ABI} == "n64"
|
||||||
MK_RESCUE=no
|
MK_RESCUE=no
|
||||||
.endif
|
.endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user