blob: 36d5ba186bc36843d816bd820d9dbdefe7141a9a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
diff -ru BuildPython-2.5.1/Makefile.pre.in Python-2.5.1/Makefile.pre.in
--- BuildPython-2.5.1/Makefile.pre.in 2006-12-08 20:46:13.000000000 +0000
+++ Python-2.5.1/Makefile.pre.in 2008-01-09 07:58:21.000000000 +0000
@@ -1015,7 +1015,6 @@
clean: pycremoval
find . -name '*.o' -exec rm -f {} ';'
- find . -name '*.s[ol]' -exec rm -f {} ';'
find $(srcdir)/build -name 'fficonfig.h' -exec rm -f {} ';' || true
find $(srcdir)/build -name 'fficonfig.py' -exec rm -f {} ';' || true
|