Fix a typo

Reported by:	Rainer Hurling <rhurlin@gwdg.de>
This commit is contained in:
Baptiste Daroussin 2013-11-20 21:48:30 +00:00
parent 2031b3ac69
commit fcc34a8a2b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=334460

View file

@ -22,7 +22,7 @@
# ALT_COMPILER_VERSION: 2 first digit of the version: 33 for clang 3.3.*, 46 for gcc 4.6.* of the ALT_COMPILER_TYPE
#
# COMPILER_FEATURES: the list of features supported by the compiler include the standard C++ library.
# CHOSEN_COMPILER_TYPE: can be gcc or clang (type of compiler chosen by the famework)
# CHOSEN_COMPILER_TYPE: can be gcc or clang (type of compiler chosen by the framework)
.if !defined(_INCLUDE_USES_COMPILER_MK)
_INCLUDE_USES_COMPILER_MK= yes