From c9f966d73c1024c12ee9761cd7f9954a091a47f6 Mon Sep 17 00:00:00 2001 From: Justine Tunney Date: Wed, 4 May 2022 22:51:51 -0700 Subject: [PATCH] Fix build suboptimality Non-default build modes were having artifacts invalidated needlessly. --- third_party/python/python.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/third_party/python/python.mk b/third_party/python/python.mk index 3448ae3b9..8a33faa25 100644 --- a/third_party/python/python.mk +++ b/third_party/python/python.mk @@ -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