diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2023-01-16 14:04:19 -0600 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2023-01-16 14:04:19 -0600 |
commit | f4ad92797263a0a553d93dc20f1b81ddf2955a40 (patch) | |
tree | 3e2852585f2bbbb1b22ffa79f82c3e8d3f96535c | |
parent | 67332442f84924e34026a46c647b3047ab57ae52 (diff) |
Really remove libsframe.a
-rw-r--r-- | chapter08/binutils.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter08/binutils.xml b/chapter08/binutils.xml index 2c5056fa2..f5734cfe0 100644 --- a/chapter08/binutils.xml +++ b/chapter08/binutils.xml @@ -189,7 +189,7 @@ cd build</userinput></screen> <para>Remove useless static libraries and an empty man page:</para> -<screen><userinput remap="install">rm -fv /usr/lib/lib{bfd,ctf,ctf-nobfd,libsframe,opcodes}.a +<screen><userinput remap="install">rm -fv /usr/lib/lib{bfd,ctf,ctf-nobfd,sframe,opcodes}.a rm -fv /usr/share/man/man1/gprofng.1</userinput></screen> </sect2> |