author | Neil Roberts <bpeeluk@yahoo.co.uk> | |
Thu, 21 Aug 2008 19:38:23 +0000 (20:38 +0100) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Fri, 22 Aug 2008 06:16:57 +0000 (23:16 -0700) | ||
commit | 1352fdbe3b16f30bfad308b737bc79e7b980318a | |
tree | 1bb7ab98c2f9380d2bcb356afa24c2dcd702cd98 | tree | snapshot |
parent | 436edc6eae34b5b70371d87239d7883f41b705a2 | commit | diff |
config.mak.in: Pass on LDFLAGS from configure
The configure script allows you to specify flags to pass to the linker
step in the LDFLAGS environment variable but this was being ignored in
the Makefile. Now a make variable gets set to the value passed down
from the configure script.
Signed-off-by: Neil Roberts <bpeeluk@yahoo.co.uk>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
The configure script allows you to specify flags to pass to the linker
step in the LDFLAGS environment variable but this was being ignored in
the Makefile. Now a make variable gets set to the value passed down
from the configure script.
Signed-off-by: Neil Roberts <bpeeluk@yahoo.co.uk>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
config.mak.in | diff | blob | history |