summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 181ea68)
raw | patch | inline | side by side (parent: 181ea68)
author | Matt Kraai <kraai@ftbfs.org> | |
Sat, 30 Jun 2007 17:05:03 +0000 (10:05 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sat, 30 Jun 2007 18:16:09 +0000 (11:16 -0700) |
Signed-off-by: Matt Kraai <kraai@ftbfs.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile | patch | blob | history |
diff --git a/Makefile b/Makefile
index 50e7bb39b5d661d6339afa53e57674146ee45176..eb443bddb9a164c6b6b8c23ec8be71f50cb615a8 100644 (file)
--- a/Makefile
+++ b/Makefile
# Define OLD_ICONV if your library has an old iconv(), where the second
# (input buffer pointer) parameter is declared with type (const char **).
#
-# Define NO_R_TO_GCC if your gcc does not like "-R/path/lib" that
-# tells runtime paths to dynamic libraries; "-Wl,-rpath=/path/lib"
-# is used instead.
+# Define NO_R_TO_GCC_LINKER if your gcc does not like "-R/path/lib"
+# that tells runtime paths to dynamic libraries;
+# "-Wl,-rpath=/path/lib" is used instead.
#
# Define USE_NSEC below if you want git to care about sub-second file mtimes
# and ctimes. Note that you need recent glibc (at least 2.2.4) for this, and