ref-manual: another minor fix to the CPPFLAGS variable.

(From yocto-docs rev: 203d09cfe5f926b14a260886a5d213cf15f33442)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark
2014-05-28 14:08:54 +03:00
committed by Richard Purdie
parent 92e80f2cbc
commit 8e9bfa5210

View File

@@ -1546,8 +1546,8 @@
<glossentry id='var-CPPFLAGS'><glossterm>CPPFLAGS</glossterm>
<glossdef>
<para>
Specifies the flags to pass to the C compiler and to the
C pre-processor.
Specifies the flags to pass to the C pre-processor
(i.e. to both the C and the C++ compilers).
This variable is exported to an environment
variable and thus made visible to the software being
built during the compilation step.