docs/faq/cvs.xml: Add missing quote, should be make ERROR_CFLAGS="".
authorTim-Philipp Müller <tim@centricular.net>
Thu, 22 Dec 2005 14:48:14 +0000 (14:48 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Thu, 22 Dec 2005 14:48:14 +0000 (14:48 +0000)
Original commit message from CVS:
* docs/faq/cvs.xml:
Add missing quote, should be make ERROR_CFLAGS="".

ChangeLog
docs/faq/cvs.xml

index 360704d..df4a497 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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:
index fa8ca1d..7d7800b 100644 (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>