summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorДилян Палаузов <dilyan.palauzov@aegee.org>2014-03-11 22:37:33 (GMT)
committerJunio C Hamano <gitster@pobox.com>2014-03-23 20:41:38 (GMT)
commit3064b13053ebf8e629da3024e33550c53f64dfd2 (patch)
tree87e709ab95b6e2d0e648d02283fbbb8b6b2e64e7 /Makefile
parent5f95c9f850b19b368c43ae399cc831b17a26a5ac (diff)
downloadgit-3064b13053ebf8e629da3024e33550c53f64dfd2.zip
git-3064b13053ebf8e629da3024e33550c53f64dfd2.tar.gz
git-3064b13053ebf8e629da3024e33550c53f64dfd2.tar.bz2
Makefile: describe CHARSET_LIB better
The original explanation was not even grammatically correct or readable. Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index dddaf4f..dce4694 100644
--- 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.