We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90cd45c commit 2f5eed3Copy full SHA for 2f5eed3
Makefile.pre.in
@@ -1257,7 +1257,7 @@ regen-deepfreeze: $(DEEPFREEZE_C)
1257
DEEPFREEZE_DEPS=$(srcdir)/Tools/build/deepfreeze.py Include/internal/pycore_global_strings.h $(FREEZE_MODULE_DEPS) $(FROZEN_FILES_OUT)
1258
1259
# BEGIN: deepfreeze modules
1260
-$(DEEPFREEZE_C): $(DEEPFREEZE_DEPS)
+Python/deepfreeze/deepfreeze.c: $(DEEPFREEZE_DEPS)
1261
$(PYTHON_FOR_FREEZE) $(srcdir)/Tools/build/deepfreeze.py \
1262
Python/frozen_modules/importlib._bootstrap.h:importlib._bootstrap \
1263
Python/frozen_modules/importlib._bootstrap_external.h:importlib._bootstrap_external \
0 commit comments