Spell extensions correctly.

Submitted by:	dim
This commit is contained in:
Brooks Davis 2013-05-20 19:41:34 +00:00
parent e9dec7758d
commit 54fc0ecaf7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=250828

View File

@ -5,7 +5,7 @@
#
CWARNFLAGS?= -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes \
-Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual \
-Wundef -Wno-pointer-sign ${FORMAT_EXTENTIONS} \
-Wundef -Wno-pointer-sign ${FORMAT_EXTENSIONS} \
-Wmissing-include-dirs -fdiagnostics-show-option \
${CWARNEXTRA}
#
@ -37,7 +37,7 @@ CWARNEXTRA?= -Wno-error-tautological-compare -Wno-error-empty-body \
.if ${MK_FORMAT_EXTENSIONS} == "no"
NO_WFORMAT= -Wno-format
.else
FORMAT_EXTENTIONS= -fformat-extensions
FORMAT_EXTENSIONS= -fformat-extensions
.endif
#