diff options
author | Steven Knight <knight@baldmt.com> | 2010-01-16 02:01:35 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2010-01-16 02:01:35 (GMT) |
commit | 74bfce90f9b2af841e6291274c066e91f4a32ae7 (patch) | |
tree | e012d2796bab3e98f6dd5926a606902987c81edd /doc/user | |
parent | 05704f40dbf9a88df4f6ad8edf2182c8aadf3cce (diff) | |
download | SCons-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/user')
-rw-r--r-- | doc/user/depends.xml | 2 |
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. |