]> git.ipfire.org Git - thirdparty/git.git/commit
Makefile: reorder sources after includes
authorPatrick Steinhardt <ps@pks.im>
Thu, 2 Oct 2025 07:29:27 +0000 (09:29 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 2 Oct 2025 16:32:31 +0000 (09:32 -0700)
commitf2301be0765ef1baad163edcae96df92c5e05074
tree4f427088ffd86443c2a5b78da39bbfcf0743c88f
parentc184795fc0eaf660b4fc06e7ee63aa9c136ff1aa
Makefile: reorder sources after includes

In an upcoming change we'll make some of the sources compile
conditionally based on whether or not `WITH_RUST` is defined. To let
developers specify that flag in their "config.mak" we'll thus have to
reorder our sources so that they come after the include of that file.

Do so.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile