From c312f88e9b124435facf54aacb7821e96e973960 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20=27Flameeyes=27=20Petten=C3=B2?= Date: Fri, 9 Feb 2007 04:39:32 +0000 Subject: Fix srcdir != builddir builds. CVS patchset: 8593 CVS date: 2007/02/09 04:39:32 --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index afc847855..fcd4768d8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -81,7 +81,7 @@ slackbuild: STRINGS=$(shell which -- "${CHOST}-strings" 2>/dev/null || which strings 2>/dev/null || false) install-exec-hook: - find $(top_srcdir) -name \*.so | \ + find $(top_builddir) -name \*.so | \ xargs $(STRINGS) | \ egrep '^([-a-z]+/[-+.a-z0-9]+:[^:]+:[^;]+;[ \t]*)+' | \ sed -e 's/:[^;]\+;/\n/g' | \ -- cgit v1.2.3