Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 221ea5d

Browse files
author
Stefan Krah
committed
Merge fix for issue #13547.
2 parents 2ac5fac + 383dd58 commit 221ea5d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Makefile.pre.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1315,6 +1315,8 @@ clean: pycremoval
13151315
find build -name 'fficonfig.h' -exec rm -f {} ';' || true
13161316
find build -name 'fficonfig.py' -exec rm -f {} ';' || true
13171317
-rm -f Lib/lib2to3/*Grammar*.pickle
1318+
-rm -f Lib/_sysconfigdata.py
1319+
-rm -f Modules/_testembed
13181320

13191321
profile-removal:
13201322
find . -name '*.gc??' -exec rm -f {} ';'

0 commit comments

Comments
 (0)