diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | Makefile.def | 1 | ||||
-rw-r--r-- | Makefile.in | 1 |
3 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2021-01-26 Nick Alcock <nick.alcock@oracle.com> + + * Makefile.def: Add install-libctf dependency to install-ld. + * Makefile.in: Regenerated. + 2021-01-12 Mike Frysinger <vapier@gentoo.org> * src-release.sh (do_proto_toplev): Rewrite indentation. diff --git a/Makefile.def b/Makefile.def index cc429aa..b45e580 100644 --- a/Makefile.def +++ b/Makefile.def @@ -448,6 +448,7 @@ dependencies = { module=all-binutils; on=all-intl; }; dependencies = { module=all-binutils; on=all-gas; }; dependencies = { module=all-binutils; on=all-libctf; }; dependencies = { module=all-ld; on=all-libctf; }; +dependencies = { module=install-ld; on=install-libctf; }; // We put install-opcodes before install-binutils because the installed // binutils might be on PATH, and they might need the shared opcodes diff --git a/Makefile.in b/Makefile.in index a817b72..0a64fc1 100644 --- a/Makefile.in +++ b/Makefile.in @@ -52170,6 +52170,7 @@ all-stage3-ld: maybe-all-stage3-libctf all-stage4-ld: maybe-all-stage4-libctf all-stageprofile-ld: maybe-all-stageprofile-libctf all-stagefeedback-ld: maybe-all-stagefeedback-libctf +install-ld: maybe-install-libctf install-binutils: maybe-install-opcodes install-strip-binutils: maybe-install-strip-opcodes install-opcodes: maybe-install-bfd |