docs/faq/cvs.xml: Add missing quote, should be make ERROR_CFLAGS="".

Original commit message from CVS:
* docs/faq/cvs.xml:
Add missing quote, should be make ERROR_CFLAGS="".
This commit is contained in:
Tim-Philipp Müller 2005-12-22 14:48:14 +00:00
parent 617bc8c885
commit 9562a5912b
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2005-12-22 Tim-Philipp Müller <tim at centricular dot net>
* docs/faq/cvs.xml:
Add missing quote, should be make ERROR_CFLAGS="".
2005-12-20 Wim Taymans <wim@fluendo.com>
* docs/design/part-trickmodes.txt:

View file

@ -124,7 +124,7 @@ CVS and prereleases so that people actually notice and fix problems found by
<para>
If for any reason you want to bypass these flags and you are certain it's the
right thing to do, you can run
<programlisting>make ERROR_CFLAGS="</programlisting>
<programlisting>make ERROR_CFLAGS=""</programlisting>
to clear the CFLAGS for error checking.
</para>
</answer>