Skip to content

Commit 3064b13

Browse files
Дилян Палаузовgitster
authored andcommitted
Makefile: describe CHARSET_LIB better
The original explanation was not even grammatically correct or readable. Signed-off-by: Junio C Hamano <[email protected]>
1 parent 5f95c9f commit 3064b13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ all::
5959
# FreeBSD can use either, but MinGW and some others need to use
6060
# libcharset.h's locale_charset() instead.
6161
#
62-
# Define CHARSET_LIB to you need to link with library other than -liconv to
62+
# Define CHARSET_LIB to the library you need to link with in order to
6363
# use locale_charset() function. On some platforms this needs to set to
64-
# -lcharset
64+
# -lcharset, on others to -liconv .
6565
#
6666
# Define LIBC_CONTAINS_LIBINTL if your gettext implementation doesn't
6767
# need -lintl when linking.

0 commit comments

Comments
 (0)