diff options
Diffstat (limited to 'chapter06/bzip2-inst.xml')
-rw-r--r-- | chapter06/bzip2-inst.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter06/bzip2-inst.xml b/chapter06/bzip2-inst.xml index afbd5ee37..fdcee6fd4 100644 --- a/chapter06/bzip2-inst.xml +++ b/chapter06/bzip2-inst.xml @@ -5,7 +5,8 @@ <para>Begin compiling the package:</para> -<para><screen><userinput>make -f Makefile-libbz2_so</userinput></screen></para> +<para><screen><userinput>make -f Makefile-libbz2_so && +make clean</userinput></screen></para> <para>The <emphasis>-f</emphasis> flag will cause bzip2 to be built using a different <filename>Makefile</filename> file, in this case the |