summaryrefslogtreecommitdiff
path: root/config.mak.in
diff options
context:
space:
mode:
authorNeil Roberts <bpeeluk@yahoo.co.uk>2008-08-21 19:38:23 (GMT)
committerJunio C Hamano <gitster@pobox.com>2008-08-22 06:16:57 (GMT)
commit1352fdbe3b16f30bfad308b737bc79e7b980318a (patch)
tree1bb7ab98c2f9380d2bcb356afa24c2dcd702cd98 /config.mak.in
parent436edc6eae34b5b70371d87239d7883f41b705a2 (diff)
downloadgit-1352fdbe3b16f30bfad308b737bc79e7b980318a.zip
git-1352fdbe3b16f30bfad308b737bc79e7b980318a.tar.gz
git-1352fdbe3b16f30bfad308b737bc79e7b980318a.tar.bz2
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>
Diffstat (limited to 'config.mak.in')
-rw-r--r--config.mak.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.mak.in b/config.mak.in
index b776149..f67d673 100644
--- a/config.mak.in
+++ b/config.mak.in
@@ -3,6 +3,7 @@
CC = @CC@
CFLAGS = @CFLAGS@
+LDFLAGS = @LDFLAGS@
AR = @AR@
TAR = @TAR@
#INSTALL = @INSTALL@ # needs install-sh or install.sh in sources