Skip to content

Commit 2064887

Browse files
kraaigitster
authored andcommitted
Correct the name of NO_R_TO_GCC_LINKER in the comment describing it.
Signed-off-by: Matt Kraai <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 181ea68 commit 2064887

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,9 @@ all::
9494
# Define OLD_ICONV if your library has an old iconv(), where the second
9595
# (input buffer pointer) parameter is declared with type (const char **).
9696
#
97-
# Define NO_R_TO_GCC if your gcc does not like "-R/path/lib" that
98-
# tells runtime paths to dynamic libraries; "-Wl,-rpath=/path/lib"
99-
# is used instead.
97+
# Define NO_R_TO_GCC_LINKER if your gcc does not like "-R/path/lib"
98+
# that tells runtime paths to dynamic libraries;
99+
# "-Wl,-rpath=/path/lib" is used instead.
100100
#
101101
# Define USE_NSEC below if you want git to care about sub-second file mtimes
102102
# and ctimes. Note that you need recent glibc (at least 2.2.4) for this, and

0 commit comments

Comments
 (0)