diff options
author | David Michael <fedora.dm0@gmail.com> | 2014-10-26 13:33:53 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-10-27 11:49:18 -0700 |
commit | 48a031af3cc555e0eb9d30b96f2e0943de7c44ae (patch) | |
tree | 31149808f52a5aed0c8863a3b4e5311784a26883 /diff.h | |
parent | git-compat-util.h: support variadic macros with the XL C compiler (diff) | |
download | tgif-48a031af3cc555e0eb9d30b96f2e0943de7c44ae.tar.xz |
Makefile: reorder linker flags in the git executable rule
The XL C compiler can fail due to mixing library path and object
file arguments, for example when linking git while building with
"gmake LDFLAGS=-L$prefix/lib".
Move the ALL_LDFLAGS variable expansion in the git executable rule
to be consistent with all the other linking rules, namely to have
LDFLAGS such as -L$where before the object files *.o being linked
together.
Signed-off-by: David Michael <fedora.dm0@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'diff.h')
0 files changed, 0 insertions, 0 deletions