aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2023-01-16 14:04:19 -0600
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2023-01-16 14:04:19 -0600
commitf4ad92797263a0a553d93dc20f1b81ddf2955a40 (patch)
tree3e2852585f2bbbb1b22ffa79f82c3e8d3f96535c
parent67332442f84924e34026a46c647b3047ab57ae52 (diff)
Really remove libsframe.a
-rw-r--r--chapter08/binutils.xml2
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>