From 383dd58533465f7c1dea4f60e942f283267fd1ed Mon Sep 17 00:00:00 2001 From: Stefan Krah Date: Thu, 8 Dec 2011 23:25:15 +0100 Subject: Issue #13547: clean Lib/_sysconfigdata.py and Modules/_testembed --- Makefile.pre.in | 1 + 1 file changed, 1 insertion(+) 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 {} ';' -- cgit v0.12