]> git.ipfire.org Git - thirdparty/git.git/commit - Makefile
Makefile: split up long OBJECTS line
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Tue, 23 Feb 2021 11:41:28 +0000 (12:41 +0100)
committerJunio C Hamano <gitster@pobox.com>
Tue, 23 Feb 2021 17:57:58 +0000 (09:57 -0800)
commit752b3ef972e3f28626cf92332380dc093441aa80
tree2fed943a57ee8008e9057314ebfc2d0c3a206395
parentbed341992592581fde80bf59f023137678d641b0
Makefile: split up long OBJECTS line

Split up the long OBJECTS line into multiple lines using the "+="
assignment we commonly use elsewhere in the Makefile when these lines
get unwieldy.

Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile