diff options
-rw-r--r-- | chapter01/changelog.xml | 3 | ||||
-rw-r--r-- | chapter05/dejagnu-inst.xml | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index f8e37c0a2..28b850f1f 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -94,6 +94,9 @@ </itemizedlist> </para></listitem> +<listitem><para>September 22nd, 2003 [jeremy]: Removed the make command from +DejaGNU, since it performs nothing.</para></listitem> + <listitem><para>September 22nd, 2003 [jeremy]: Removed the -k from TCL's make check, since it's not expected to have failures anymore</para></listitem> 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> |