Define an empty C_DIALECT in case of "icc", just in case.

This commit is contained in:
Ruslan Ermilov 2006-10-13 22:29:06 +00:00
parent 74465532f6
commit 90c3810cda

View File

@ -46,6 +46,7 @@ COPTFLAGS+= ${_CPUCFLAGS}
. endif
.endif
.if ${CC} == "icc"
C_DIALECT=
NOSTDINC= -X
.else
C_DIALECT= -std=c99