Fix build suboptimality

Non-default build modes were having artifacts invalidated needlessly.
This commit is contained in:
Justine Tunney 2022-05-04 22:51:51 -07:00
parent 93906f8f28
commit c9f966d73c

View file

@ -1156,8 +1156,8 @@ THIRD_PARTY_PYTHON_STAGE2_A_DEPS = \
o/$(MODE)/third_party/python/Python/frozen.o: \
third_party/python/Python/frozen.c \
o/$(MODE)/third_party/python/Python/importlib.inc \
o/$(MODE)/third_party/python/Python/importlib_external.inc
o//third_party/python/Python/importlib.inc \
o//third_party/python/Python/importlib_external.inc
################################################################################
# TESTS