summaryrefslogtreecommitdiff
path: root/doc/developers
diff options
context:
space:
mode:
authorJean Delvare <khali@linux-fr.org>2007-12-02 13:12:48 +0000
committerJean Delvare <khali@linux-fr.org>2007-12-02 13:12:48 +0000
commit1e8dab35c9c855872635898b423f6c932553d712 (patch)
tree5149f63d141fe5874b6c1f1ac52bf260700df6b0 /doc/developers
parent78f7214fbb6f472c7d4512bb44cacc0b3091b5ef (diff)
downloadlm-sensors-git-1e8dab35c9c855872635898b423f6c932553d712.tar.gz
Fix typos, strip trailing space.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/branches/lm-sensors-3.0.0@5055 7894878c-1315-0410-8ee3-d5d059ff63e0
Diffstat (limited to 'doc/developers')
-rw-r--r--doc/developers/makefiles6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/developers/makefiles b/doc/developers/makefiles
index c2375c10..29d3795a 100644
--- a/doc/developers/makefiles
+++ b/doc/developers/makefiles
@@ -23,7 +23,7 @@ The best way to understand the Module.mk subfiles is to examine one of them,
for example lib/Module.mk. They are not too difficult to understand.
There are several variables which can be set in the main Makefile. You can
-also specify them on the command-line; this overrules any definitions
+also specify them on the command-line; this overrules any definitions
within the Makefile. For example: 'make all WARN=1' will enable all warnings.
Examine main Makefile to see which ones are available. The most important
ones for developers:
@@ -36,9 +36,9 @@ ones for developers:
Several files are generated by Makefiles:
* .rd
Dependency files for executables. Automatically generated.
- * .ao
+ * .ad
Dependency files for static libraries. Automatically generated.
- * .lo
+ * .ld
Dependency files for shared libraries. Automatically generated.
* .ro
Object files for executables. They will be linked together to create