From: Junio C Hamano Date: Tue, 6 Feb 2024 22:31:22 +0000 (-0800) Subject: Merge branch 'jc/make-libpath-template' X-Git-Tag: v2.44.0-rc0~12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=07bbe4caabd8adc0525b9649581465c1022cb2a4;p=thirdparty%2Fgit.git Merge branch 'jc/make-libpath-template' 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 --- 07bbe4caabd8adc0525b9649581465c1022cb2a4