diff --git a/LDP/howto/docbook/GNU-Build-System-HOWTO/GNU-Build-System-HOWTO.xml b/LDP/howto/docbook/GNU-Build-System-HOWTO/GNU-Build-System-HOWTO.xml index 266348c9..59ade4d1 100644 --- a/LDP/howto/docbook/GNU-Build-System-HOWTO/GNU-Build-System-HOWTO.xml +++ b/LDP/howto/docbook/GNU-Build-System-HOWTO/GNU-Build-System-HOWTO.xml @@ -29,8 +29,7 @@ $Id$ [jrh ~/gbs]$ "> - - + ]> @@ -174,11 +173,10 @@ $Id$ broken or not up-to-date, it is highly recommended that the latest released version be accessed from - http://www.tldp.org/HOWTO/GNU-Build-System-HOWTO/. The - latest in-progress version of this document is available at the - GNU-Build-System - HOWTO home page. + http://tldp.org/HOWTO/GNU-Build-System-HOWTO/. The latest + in-progress version of this document is available at the GNU-Build-System HOWTO + home page. @@ -530,7 +528,7 @@ clean: says that each .o file is dependent on the corresponding .c and the .h files. $@ refers to - the current target and $< refers to the + the current target and $< 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: