Show
Ignore:
Timestamp:
12/02/07 14:38:31 (1 year ago)
Author:
khali
Message:

Fix typos, strip trailing space.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • lm-sensors/trunk/doc/developers/makefiles

    r4932 r5058  
    3333 
    3434There are several variables which can be set in the main Makefile. You can 
    35 also specify them on the command-line; this overrules any definitions  
     35also specify them on the command-line; this overrules any definitions 
    3636within the Makefile. For example: 'make all WARN=1' will enable all warnings. 
    3737Examine main Makefile to see which ones are available. The most important 
     
    4848  * .rd 
    4949    Dependency files for executables. Automatically generated. 
    50   * .ao 
     50  * .ad 
    5151    Dependency files for static libraries. Automatically generated. 
    52   * .lo 
     52  * .ld 
    5353    Dependency files for shared libraries. Automatically generated. 
    5454  * .o 
     
    5656  * .ro 
    5757    Object files for executables. They will be linked together to create 
    58     the executable. This extension is used to distinguish them from  
     58    the executable. This extension is used to distinguish them from 
    5959    modules (which end on .o). Also, using a different extensions makes 
    6060    the Makefile fragments much simpler.