minor corrections

This commit is contained in:
appaji 2005-05-17 17:05:22 +00:00
parent 5d508d69cd
commit a69bfa68ba
1 changed files with 9 additions and 8 deletions

View File

@ -29,8 +29,7 @@ $Id$
<!ENTITY cmdline "<prompt>[jrh ~/gbs]$ </prompt>">
<!ENTITY howto "http://www.tldp.org/HOWTO/">
<!ENTITY mini-howto "http://www.tldp.org/HOWTO/mini/">
<!ENTITY howto "http://tldp.org/HOWTO/">
<!ENTITY gnu "http://www.gnu.org/">
]>
@ -174,11 +173,10 @@ $Id$
broken or not up-to-date, it is highly recommended that the latest
released version be accessed from <ulink
url="&howto;GNU-Build-System-HOWTO/">
http://www.tldp.org/HOWTO/GNU-Build-System-HOWTO/</ulink>. The
latest in-progress version of this document is available at the
<ulink
url="http://www.appaji.net/resource/gbsh.html">GNU-Build-System
HOWTO home page</ulink>.
http://tldp.org/HOWTO/GNU-Build-System-HOWTO/</ulink>. The latest
in-progress version of this document is available at the <ulink
url="http://www.appaji.net/stuff/gbsh.html">GNU-Build-System HOWTO
home page</ulink>.
</para>
@ -530,7 +528,7 @@ clean:
says that each <filename>.o</filename> file is dependent on the
corresponding <filename>.c</filename> and the
<filename>.h</filename> files. <literal>$@</literal> refers to
the current target and <literal>$&lt</literal> refers to the
the current target and <literal>$&lt;</literal> refers to the
first one among the list of dependencies of the current target.
Note that this version of the &makefile; does not need a lot of
modifications if a single source file and the corresponding
@ -1899,6 +1897,9 @@ clean:
<!--
$Log$
Revision 1.15 2005/01/11 07:22:02 appaji
Change email id to ibiblio id
Revision 1.14 2004/06/18 17:56:13 appaji
Change & to &amp; and master location