summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2019-03-22 12:34:11 (EDT)
committer P. J. McDermott <pj@pehjota.net>2019-03-22 12:34:11 (EDT)
commit267c3778366d1eb1b533c0472894a6ccf4dc5409 (patch)
tree402488e51d6a4752370705948b1fc510f3ca9b1e /Makefile.am
parent163d69d0939cd7258e33a6f6d94887b01709a236 (diff)
configure.ac, Makefile.am: Find readelf instead of ldd
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index f7988e5..0479753 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -66,7 +66,7 @@ do_subst = sed \
-e 's|[@]PACKAGE_VERSION[@]|$(PACKAGE_VERSION)|g' \
-e 's|[@]MANUAL[@]|$(MANUAL)|g' \
-e 's|[@]SH[@]|$(SH)|g' \
- -e 's|[@]LDD[@]|$(LDD)|g' \
+ -e 's|[@]READELF[@]|$(READELF)|g' \
-e 's|[@]OPKG[@]|$(OPKG)|g' \
-e 's|[@]multiarch_libdir[@]|$(multiarch_libdir)|g' \
-e 's|[@]bindir[@]|$(bindir)|g' \