diff options
author | Jeremy Utley <jeremy@linuxfromscratch.org> | 2003-09-22 19:07:47 +0000 |
---|---|---|
committer | Jeremy Utley <jeremy@linuxfromscratch.org> | 2003-09-22 19:07:47 +0000 |
commit | 7e52d2be99c931316c57841e40e07010b69aa29b (patch) | |
tree | 8d61a7d2783d3a57f10c24b1ade2824860608860 /chapter05 | |
parent | b02848e688e4a6787746c7270a3e7e3c8a3f854f (diff) |
removed make cmd from DejaGNU installation, as it does nothing
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2865 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/dejagnu-inst.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chapter05/dejagnu-inst.xml b/chapter05/dejagnu-inst.xml index 2eae6559f..e9a172670 100644 --- a/chapter05/dejagnu-inst.xml +++ b/chapter05/dejagnu-inst.xml @@ -9,8 +9,7 @@ <para>Build and install the package:</para> -<para><screen><userinput>make -make install</userinput></screen></para> +<para><screen><userinput>make install</userinput></screen></para> </sect2> |