Skip to content

Commit 2f5eed3

Browse files
Revert "Use DEEPFREEZE_C in target rule as well"
This reverts commit 4803f4e. We must keep the previous rule because of the Makefile patching (!) that the generate-* scripts does.
1 parent 90cd45c commit 2f5eed3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.pre.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1257,7 +1257,7 @@ regen-deepfreeze: $(DEEPFREEZE_C)
12571257
DEEPFREEZE_DEPS=$(srcdir)/Tools/build/deepfreeze.py Include/internal/pycore_global_strings.h $(FREEZE_MODULE_DEPS) $(FROZEN_FILES_OUT)
12581258

12591259
# BEGIN: deepfreeze modules
1260-
$(DEEPFREEZE_C): $(DEEPFREEZE_DEPS)
1260+
Python/deepfreeze/deepfreeze.c: $(DEEPFREEZE_DEPS)
12611261
$(PYTHON_FOR_FREEZE) $(srcdir)/Tools/build/deepfreeze.py \
12621262
Python/frozen_modules/importlib._bootstrap.h:importlib._bootstrap \
12631263
Python/frozen_modules/importlib._bootstrap_external.h:importlib._bootstrap_external \

0 commit comments

Comments
 (0)