diff options
Diffstat (limited to 'chapter08')
-rw-r--r-- | chapter08/binutils.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/chapter08/binutils.xml b/chapter08/binutils.xml index c35bf136e..5ff11a755 100644 --- a/chapter08/binutils.xml +++ b/chapter08/binutils.xml @@ -151,10 +151,9 @@ cd build</userinput></screen> <screen><userinput remap="install">make tooldir=/usr install</userinput></screen> - <para>Remove useless static libraries and an empty man page:</para> + <para>Remove useless static libraries:</para> -<screen><userinput remap="install">rm -fv /usr/lib/lib{bfd,ctf,ctf-nobfd,sframe,opcodes}.a -rm -fv /usr/share/man/man1/{gprofng,gp-*}.1</userinput></screen> +<screen><userinput remap="install">rm -fv /usr/lib/lib{bfd,ctf,ctf-nobfd,sframe,opcodes}.a</userinput></screen> </sect2> |