Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2008-09-08 10:45:56 +0400
committerJunio C Hamano <gitster@pobox.com>2008-09-08 10:45:56 +0400
commitcd50988ae03e086ca1a8f18584153d359699ea25 (patch)
treeadf7e5f2721d768e5a39146e1d8f6dae0f3dde91 /config.mak.in
parentfdfb4cfadcfdfe4ebafd0545b5ebb661433ea66c (diff)
parent798a94500230e4d2a1a18f005fe9592454fe451b (diff)
Merge branch 'jc/cc-ld-dynpath'
* jc/cc-ld-dynpath: configure: auto detect dynamic library path switches Makefile: Allow CC_LD_DYNPATH to be overriden Conflicts: Makefile config.mak.in
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 f67d673d01..17e9861c06 100644
--- a/config.mak.in
+++ b/config.mak.in
@@ -4,6 +4,7 @@
CC = @CC@
CFLAGS = @CFLAGS@
LDFLAGS = @LDFLAGS@
+CC_LD_DYNPATH = @CC_LD_DYNPATH@
AR = @AR@
TAR = @TAR@
#INSTALL = @INSTALL@ # needs install-sh or install.sh in sources