From 9562a5912bfa54bb2b460ef5a104a5daae3c5d42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Thu, 22 Dec 2005 14:48:14 +0000 Subject: [PATCH] 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="". --- ChangeLog | 5 +++++ docs/faq/cvs.xml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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.