Skip to content

Commit 4803f4e

Browse files
Use DEEPFREEZE_C in target rule as well
1 parent ec2444a commit 4803f4e

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-
Python/deepfreeze/deepfreeze.c: $(DEEPFREEZE_DEPS)
1260+
$(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)