From: Stefan Krah Date: Thu, 8 Dec 2011 22:31:40 +0000 (+0100) Subject: Merge fix for issue #13547. X-Git-Tag: v3.3.0a1~661 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=221ea5d931b957571e93f5c20a21ba635ade75fb;p=python Merge fix for issue #13547. --- 221ea5d931b957571e93f5c20a21ba635ade75fb diff --cc Makefile.pre.in index dbf290ed73,c49d777a7e..4dcadb76af --- a/Makefile.pre.in +++ b/Makefile.pre.in @@@ -1315,6 -1252,7 +1315,8 @@@ clean: pycremova 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 {} ';'