diff options
author | Timothy Bauscher <timothy@linuxfromscratch.org> | 2003-05-11 15:09:30 +0000 |
---|---|---|
committer | Timothy Bauscher <timothy@linuxfromscratch.org> | 2003-05-11 15:09:30 +0000 |
commit | 6e507556d6130fdc77ce5f4e8ad5cdcf5bfd94f5 (patch) | |
tree | 6c19427fb0888c2fcd4016b5a7303cdcd9642b61 /chapter06/automake-inst.xml | |
parent | 7972fe02a9414332d72f39ebcc9fa950e3a879d0 (diff) |
Applied Zack's patches. Untested at the moment, will do a build in a few minutes.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2555 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/automake-inst.xml')
-rw-r--r-- | chapter06/automake-inst.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/chapter06/automake-inst.xml b/chapter06/automake-inst.xml index eca0bf9f6..4214b6648 100644 --- a/chapter06/automake-inst.xml +++ b/chapter06/automake-inst.xml @@ -7,7 +7,11 @@ <para><screen><userinput>./configure --prefix=/usr</userinput></screen></para> -<para>Continue with compiling and installing the package:</para> +<para>Continue with compiling the package:</para> + +<para><screen><userinput>make</userinput></screen></para> + +<para>And finish off installing the package:</para> <para><screen><userinput>make install</userinput></screen></para> |