diff options
author | David Tardon <dtardon@redhat.com> | 2011-04-05 14:23:30 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2011-04-05 14:32:28 +0200 |
commit | 8542a0d05d524abd2e0d3beda33b37c084c8e112 (patch) | |
tree | b9d3d5887a6c332ff9543b260b69fd437b7f7ab8 /solenv/gbuild/gbuild.mk | |
parent | 31979fa2c597b4d9b0c670f0f010f50d3c49dc60 (diff) |
fix typo
Diffstat (limited to 'solenv/gbuild/gbuild.mk')
-rw-r--r-- | solenv/gbuild/gbuild.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/gbuild/gbuild.mk b/solenv/gbuild/gbuild.mk index ce3c3fea1428..8fbe21850f32 100644 --- a/solenv/gbuild/gbuild.mk +++ b/solenv/gbuild/gbuild.mk @@ -347,7 +347,7 @@ INTERACTIVE VARIABLES: ENABLE_PCH If not empty, use precompiled headers (Windows only). CFLAGS Add as compiler flags for plain c compilation. - CXXFLAGSX Add as compiler flags for c++ compilation. + CXXFLAGS Add as compiler flags for c++ compilation. gb_FULLDEPS Generate and use dependencies (on by default, handle with care). gb_COLOR Use ASCII color output. gb_TITLES Show progress in terminal title. |