diff options
Diffstat (limited to 'chapter05/diffutils-inst.xml')
-rw-r--r-- | chapter05/diffutils-inst.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter05/diffutils-inst.xml b/chapter05/diffutils-inst.xml index e81ab5ef7..cbfbb0264 100644 --- a/chapter05/diffutils-inst.xml +++ b/chapter05/diffutils-inst.xml @@ -5,8 +5,8 @@ <para>Prepare Diffutils to be compiled:</para> -<para><screen><userinput>CFLAGS="-O2 -pipe" ./configure --prefix=/stage1 -make LDFLAGS="-s" +<para><screen><userinput>./configure --prefix=/stage1 +make make install</userinput></screen></para> </sect2> |