Fix a small quoting typo

Submitted by:	Sean Bryant <sean@cyberwang.net>
This commit is contained in:
Mario Sergio Fujikawa Ferreira 2005-12-16 01:08:18 +00:00
parent b41c982f31
commit 73306fda25
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=151273

View File

@ -364,7 +364,7 @@ pre-everything::
@${ECHO_MSG}
.endif
.if !defined(WITHOUT_BUILTIN_VECTOR) && !defined(WITH_BUILTIN_VECTOR)
@${ECHO_MSG} 'Define WITH_BUILTIN_VECTOR if your system supports SSE"
@${ECHO_MSG} 'Define WITH_BUILTIN_VECTOR if your system supports SSE'
@${ECHO_MSG}
.endif
.ifndef(WITH_DTS)