summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.pre.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index dbf290e..4dcadb7 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -1315,6 +1315,8 @@ clean: pycremoval
find build -name 'fficonfig.h' -exec rm -f {} ';' || true
find build -name 'fficonfig.py' -exec rm -f {} ';' || true
-rm -f Lib/lib2to3/*Grammar*.pickle
+ -rm -f Lib/_sysconfigdata.py
+ -rm -f Modules/_testembed
profile-removal:
find . -name '*.gc??' -exec rm -f {} ';'