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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=221ea5d931b957571e93f5c20a21ba635ade75fb;p=thirdparty%2FPython%2Fcpython.git Merge fix for issue #13547. --- 221ea5d931b957571e93f5c20a21ba635ade75fb diff --cc Makefile.pre.in index dbf290ed736f,c49d777a7e0d..4dcadb76afc1 --- 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 {} ';'