Skip to content

Commit bed3419

Browse files
avargitster
authored andcommitted
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 daa99a9 (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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent e636282 commit bed3419

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -591,6 +591,7 @@ SCRIPT_PYTHON =
591591
SCRIPT_SH =
592592
SCRIPT_LIB =
593593
TEST_BUILTINS_OBJS =
594+
TEST_OBJS =
594595
TEST_PROGRAMS_NEED_X =
595596
THIRD_PARTY_SOURCES =
596597

0 commit comments

Comments
 (0)