]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'jc/make-libpath-template'
authorJunio C Hamano <gitster@pobox.com>
Tue, 6 Feb 2024 22:31:22 +0000 (14:31 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 6 Feb 2024 22:31:22 +0000 (14:31 -0800)
The Makefile often had to say "-L$(path) -R$(path)" that repeats
the path to the same library directory for link time and runtime.
A Makefile template is used to reduce such repetition.

* jc/make-libpath-template:
  Makefile: simplify output of the libpath_template
  Makefile: reduce repetitive library paths

1  2 
Makefile

diff --cc Makefile
Simple merge