components/python/python26/patches/Python26-25-studio-profile.patch
branchs11-update
changeset 3788 66a6b4289021
parent 841 1a62cefa636d
--- a/components/python/python26/patches/Python26-25-studio-profile.patch	Fri Nov 14 08:04:06 2014 -0800
+++ b/components/python/python26/patches/Python26-25-studio-profile.patch	Mon Feb 02 19:25:18 2015 -0800
@@ -59,7 +59,7 @@
  
  # Build static library
  # avoid long command lines, same as LIBRARY_OBJS
-@@ -1170,6 +1176,7 @@
+@@ -1166,6 +1172,7 @@
  clean: pycremoval
  	find . -name '*.[oa]' -exec rm -f {} ';'
  	find . -name '*.s[ol]' -exec rm -f {} ';'
@@ -67,7 +67,7 @@
  	find $(srcdir)/build -name 'fficonfig.h' -exec rm -f {} ';' || true
  	find $(srcdir)/build -name 'fficonfig.py' -exec rm -f {} ';' || true
  	find . -name '*.so.[0-9]*.[0-9]*' -exec rm -f {} ';'
-@@ -1177,6 +1184,7 @@
+@@ -1173,6 +1180,7 @@
  
  profile-removal:
  	find . -name '*.gc??' -exec rm -f {} ';'