Skip to content

Commit 413bcfc

Browse files
Fix rm
1 parent 6b467c1 commit 413bcfc

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
@@ -3256,7 +3256,7 @@ clean-retain-profile: pycremoval
32563256
-rm -rf Python/deepfreeze
32573257
-rm -f Python/frozen_modules/*.h
32583258
-rm -f Python/frozen_modules/MANIFEST
3259-
-rm -f jit_stencils.h $(wildcard jit_stencils-*.h)
3259+
-rm -f jit_stencils*.h
32603260
-find build -type f -a ! -name '*.gc??' -exec rm -f {} ';'
32613261
-rm -f Include/pydtrace_probes.h
32623262
-rm -f profile-gen-stamp

0 commit comments

Comments
 (0)