summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index fcd4768d8..bdf854fab 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -78,11 +78,9 @@ slackbuild:
PREFIX="/usr" misc/SlackBuild
-STRINGS=$(shell which -- "${CHOST}-strings" 2>/dev/null || which strings 2>/dev/null || false)
-
install-exec-hook:
find $(top_builddir) -name \*.so | \
- xargs $(STRINGS) | \
+ xargs $(STRINGS) -a | \
egrep '^([-a-z]+/[-+.a-z0-9]+:[^:]+:[^;]+;[ \t]*)+' | \
sed -e 's/:[^;]\+;/\n/g' | \
sort -u | \