Skip to content

Commit

Permalink
Merge branch 'dp/makefile-charset-lib-doc'
Browse files Browse the repository at this point in the history
* dp/makefile-charset-lib-doc:
  Makefile: describe CHARSET_LIB better
  • Loading branch information
Junio C Hamano committed Mar 31, 2014
2 parents c228a5c + 3064b13 commit a79cbc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit a79cbc1

Please sign in to comment.