Skip to content

Commit

Permalink
build: Use libtool libraries as dependencies of built .oct files.
Browse files Browse the repository at this point in the history
* libinterp/dldfcn/config-module.awk: Add OCT_LTLINK_DEPS (instead of
OCT_LINK_DEPS) to dependencies of built .oct files. This change was missing in
0bf6b7e1367c90d2ac42fd2e00fa7529703f3c62.
  • Loading branch information
mmuetzel committed Oct 15, 2024
1 parent 7f3fdfb commit 779d090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libinterp/dldfcn/config-module.awk
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ BEGIN {
basename, ldflags[i]);
printf ("%%canon_reldir%%_%s_la_LIBADD = $(DLD_LIBOCTINTERP_LIBADD) %s\n",
basename, libraries[i]);
printf ("%%canon_reldir%%_%s_la_DEPENDENCIES = $(OCT_LINK_DEPS)\n",
printf ("%%canon_reldir%%_%s_la_DEPENDENCIES = $(OCT_LTLINK_DEPS)\n",
basename);
}

Expand Down

0 comments on commit 779d090

Please sign in to comment.