Skip to content

Commit eec5f75

Browse files
Fix
1 parent bcf0cd2 commit eec5f75

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
@@ -3233,7 +3233,7 @@ clean-retain-profile: pycremoval
32333233
-rm -rf Python/deepfreeze
32343234
-rm -f Python/frozen_modules/*.h
32353235
-rm -f Python/frozen_modules/MANIFEST
3236-
-rm -f jit_stencils.h jit_stencils-*.h
3236+
-rm -f jit_stencils*.h
32373237
-find build -type f -a ! -name '*.gc??' -exec rm -f {} ';'
32383238
-rm -f Include/pydtrace_probes.h
32393239
-rm -f profile-gen-stamp

0 commit comments

Comments
 (0)