summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorStefan Krah <skrah@bytereef.org>2011-12-08 22:25:15 (GMT)
committerStefan Krah <skrah@bytereef.org>2011-12-08 22:25:15 (GMT)
commit383dd58533465f7c1dea4f60e942f283267fd1ed (patch)
treec67dad1496d6eadee1bb5039dee9f0d5e81ba84e /Makefile.pre.in
parentaf04ff2b974415f3f93d70f974a40b0445cf4aca (diff)
downloadcpython-383dd58533465f7c1dea4f60e942f283267fd1ed.zip
cpython-383dd58533465f7c1dea4f60e942f283267fd1ed.tar.gz
cpython-383dd58533465f7c1dea4f60e942f283267fd1ed.tar.bz2
Issue #13547: clean Lib/_sysconfigdata.py and Modules/_testembed
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r--Makefile.pre.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index 3ff5f26..c49d777 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -1252,6 +1252,7 @@ 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 Modules/_testembed
profile-removal:
find . -name '*.gc??' -exec rm -f {} ';'