diff --git a/ChangeLog b/ChangeLog index 360704d98b..df4a497e71 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-12-22 Tim-Philipp Müller + + * docs/faq/cvs.xml: + Add missing quote, should be make ERROR_CFLAGS="". + 2005-12-20 Wim Taymans * docs/design/part-trickmodes.txt: diff --git a/docs/faq/cvs.xml b/docs/faq/cvs.xml index fa8ca1d475..7d7800b252 100644 --- a/docs/faq/cvs.xml +++ b/docs/faq/cvs.xml @@ -124,7 +124,7 @@ CVS and prereleases so that people actually notice and fix problems found by If for any reason you want to bypass these flags and you are certain it's the right thing to do, you can run -make ERROR_CFLAGS=" +make ERROR_CFLAGS="" to clear the CFLAGS for error checking.