Skip to content

Commit

Permalink
config.mak.in: Pass on LDFLAGS from configure
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Neil Roberts authored and Junio C Hamano committed Aug 22, 2008
1 parent 436edc6 commit 1352fdb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config.mak.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

CC = @CC@
CFLAGS = @CFLAGS@
LDFLAGS = @LDFLAGS@
AR = @AR@
TAR = @TAR@
#INSTALL = @INSTALL@ # needs install-sh or install.sh in sources
Expand Down

0 comments on commit 1352fdb

Please sign in to comment.