]> git.ipfire.org Git - thirdparty/git.git/commit - Makefile
Makefile: Allow CC_LD_DYNPATH to be overriden
authorJunio C Hamano <gitster@pobox.com>
Sun, 17 Aug 2008 04:56:24 +0000 (21:56 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 18 Aug 2008 00:42:02 +0000 (17:42 -0700)
commitf5b904db6b02e0ded76732eabe106069a87859fd
treed17a91002ce87f2b3f3be0552862431f68be9be0
parent2ebc02d32a4360da2cf69c2b5f5bfad0716d42b0
Makefile: Allow CC_LD_DYNPATH to be overriden

Current Makefile does not allow config.mak to override CC_LD_DYNPATH; it
only lets it affect indirectly via NO_R_TO_GCC_LINKER.

If the command line, config.mak or config.mak.autogen wants to set
CC_LD_DYNPATH differently, we should just allow it.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile