]> granicus.if.org Git - python/commitdiff
Issue #13547: clean Lib/_sysconfigdata.py and Modules/_testembed
authorStefan Krah <skrah@bytereef.org>
Thu, 8 Dec 2011 22:25:15 +0000 (23:25 +0100)
committerStefan Krah <skrah@bytereef.org>
Thu, 8 Dec 2011 22:25:15 +0000 (23:25 +0100)
Makefile.pre.in

index 3ff5f261e4f3d45342ddafb81cef1a2fd1b97aaf..c49d777a7e0dd814101664a47ef21ee245d54dc9 100644 (file)
@@ -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 {} ';'