summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirk Baechle <dl9obn@darc.de>2015-05-05 22:55:55 +0200
committerDirk Baechle <dl9obn@darc.de>2015-05-05 22:55:55 +0200
commitbff0531192f1b62426d6f6c8c635d43d391ace6a (patch)
tree400d65c68ef90bee2629a63033b218e8defcfc28
parent0b350d60762e6a369a739fccd246e7fdbef093f8 (diff)
parent1ec87674971081f7bf1018985254feb7ab52fcd4 (diff)
downloadscons-git-bff0531192f1b62426d6f6c8c635d43d391ace6a.tar.gz
Merged in spollard/scons-issue-2989 (pull request #1), fixes #2989 (doc change in libraries.xml, forked from dirkbaechle/scons)
-rw-r--r--doc/user/libraries.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/libraries.xml b/doc/user/libraries.xml
index 626e93923..d7983c90c 100644
--- a/doc/user/libraries.xml
+++ b/doc/user/libraries.xml
@@ -123,7 +123,7 @@ void f3() { printf("f3.c\n"); }
list of source files.
You can, however, also give the &b-link-Library; call
object files,
- and it will correctly realize
+ and it will correctly realize they are object files.
In fact, you can arbitrarily mix source code files
and object files in the source list: