Index: 1.26.4/Makefile
===================================================================
--- 1.26.4/Makefile (revision 245)
+++ 1.26.4/Makefile (revision 246)
@@ -255,7 +255,6 @@
)
# ======= Strip binaries =======
@( cd $(CLUTTER_PKG) ; \
- find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | xargs $(STRIP) --strip-unneeded 2> /dev/null ; \
find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | xargs $(STRIP) --strip-unneeded 2> /dev/null ; \
)
ifeq ($(__ENABLE_STATIC__),yes)