summaryrefslogtreecommitdiff
path: root/data/python/clean.diff
diff options
context:
space:
mode:
Diffstat (limited to 'data/python/clean.diff')
-rw-r--r--data/python/clean.diff11
1 files changed, 11 insertions, 0 deletions
diff --git a/data/python/clean.diff b/data/python/clean.diff
new file mode 100644
index 000000000..36d5ba186
--- /dev/null
+++ b/data/python/clean.diff
@@ -0,0 +1,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
+