]> git.ipfire.org Git - thirdparty/git.git/commit
Makefile: guard against TEST_OBJS in the environment
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Tue, 23 Feb 2021 11:41:27 +0000 (12:41 +0100)
committerJunio C Hamano <gitster@pobox.com>
Tue, 23 Feb 2021 17:57:58 +0000 (09:57 -0800)
commitbed341992592581fde80bf59f023137678d641b0
tree389b4fcdc1a56db2b134597ed1d258d956cc0305
parente6362826a0409539642a5738db61827e5978e2e4
Makefile: guard against TEST_OBJS in the environment

Add TEST_OBJS to the list of other *_OBJS variables we reset. We had
already established this pattern when TEST_OBJS was introduced in
daa99a91729 (Makefile: make sure test helpers are rebuilt when headers
change, 2010-01-26), but it wasn't added to the list in that commit
along with the rest.

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