The previous commit should have been a logical or not a logical "and"

Pointyhat to: me
This commit is contained in:
Enji Cooper 2014-12-08 03:32:26 +00:00
parent 7d5bd3ab9a
commit 65051f5755

View File

@ -25,7 +25,7 @@
.if !target(__<bsd.compiler.mk>__)
__<bsd.compiler.mk>__:
.if !defined(COMPILER_TYPE) && !defined(COMPILER_VERSION)
.if !defined(COMPILER_TYPE) || !defined(COMPILER_VERSION)
_v!= ${CC} --version 2>/dev/null || echo 0.0.0
.if !defined(COMPILER_TYPE)
. if ${CC:T:M*gcc*}