Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Makefile: describe CHARSET_LIB better
author
Дилян Палаузов
<dilyan.palauzov@aegee.org>
Tue, 11 Mar 2014 22:37:33 +0000
(23:37 +0100)
committer
Junio 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
patch
|
blob
|
history
raw
|
patch
|
inline
| side by side (parent:
5f95c9f
)
diff --git
a/Makefile
b/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.
#
# 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
# 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.
#
# Define LIBC_CONTAINS_LIBINTL if your gettext implementation doesn't
# need -lintl when linking.