summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2019-03-22 11:42:14 (EDT)
committer P. J. McDermott <pj@pehjota.net>2019-03-22 11:42:14 (EDT)
commit163d69d0939cd7258e33a6f6d94887b01709a236 (patch)
treeb7a0d25d02be622eb8d0c94706b7983d5806e459
parent5d536f76fadb0dfb5643f177a0fdb8ec13fdaad3 (diff)
Makefile.am: Substitute @LD@ and @OPKG@
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index c835b73..f7988e5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -66,6 +66,8 @@ 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|[@]OPKG[@]|$(OPKG)|g' \
-e 's|[@]multiarch_libdir[@]|$(multiarch_libdir)|g' \
-e 's|[@]bindir[@]|$(bindir)|g' \
-e 's|[@]pkgdatadir[@]|$(pkgdatadir)|g' \