]> git.ipfire.org Git - thirdparty/git.git/commitdiff
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)
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

index 4edfda3e009d5b124d06de1ff59d277f250e8bf2..588f75c3a0d3eaca1d7e8c9b1dab1ea1ee3eca48 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -591,6 +591,7 @@ SCRIPT_PYTHON =
 SCRIPT_SH =
 SCRIPT_LIB =
 TEST_BUILTINS_OBJS =
+TEST_OBJS =
 TEST_PROGRAMS_NEED_X =
 THIRD_PARTY_SOURCES =