summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2010-01-16 02:01:35 (GMT)
committerSteven Knight <knight@baldmt.com>2010-01-16 02:01:35 (GMT)
commit74bfce90f9b2af841e6291274c066e91f4a32ae7 (patch)
treee012d2796bab3e98f6dd5926a606902987c81edd /doc
parent05704f40dbf9a88df4f6ad8edf2182c8aadf3cce (diff)
downloadSCons-74bfce90f9b2af841e6291274c066e91f4a32ae7.zip
SCons-74bfce90f9b2af841e6291274c066e91f4a32ae7.tar.gz
SCons-74bfce90f9b2af841e6291274c066e91f4a32ae7.tar.bz2
Update a change of compilation order in the version.c examples.
Diffstat (limited to 'doc')
-rw-r--r--doc/user/depends.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/depends.xml b/doc/user/depends.xml
index 4676048..8715a36 100644
--- a/doc/user/depends.xml
+++ b/doc/user/depends.xml
@@ -1648,8 +1648,8 @@
<screen>
% <userinput>scons -Q</userinput>
- cc -o hello.o -c hello.c
cc -o version.o -c version.c
+ cc -o hello.o -c hello.c
cc -o hello version.o hello.o
% <userinput>scons -Q</userinput>
scons: `.' is up to date.