Makefile: describe CHARSET_LIB better
authorДилян Палаузов <dilyan.palauzov@aegee.org>
Tue, 11 Mar 2014 22:37:33 +0000 (23:37 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sun, 23 Mar 2014 20:41:38 +0000 (13:41 -0700)
The original explanation was not even grammatically correct or
readable.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile
index dddaf4f287cf5cd5e99ad2587d53ba7582c51e29..dce4694b03e3c47f13b445113c58759658aa5b02 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -59,9 +59,9 @@ all::
 # FreeBSD can use either, but MinGW and some others need to use
 # libcharset.h's locale_charset() instead.
 #
-# Define CHARSET_LIB to you need to link with library other than -liconv to
+# Define CHARSET_LIB to the library you need to link with in order to
 # use locale_charset() function.  On some platforms this needs to set to
-# -lcharset
+# -lcharset, on others to -liconv .
 #
 # Define LIBC_CONTAINS_LIBINTL if your gettext implementation doesn't
 # need -lintl when linking.