From: stevenknight Date: Sat, 16 Jan 2010 02:01:35 +0000 (+0000) Subject: Update a change of compilation order in the version.c examples. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=5cdd734365782add1237d8825d5ed37ed97e5e4a;p=scons.git Update a change of compilation order in the version.c examples. git-svn-id: http://scons.tigris.org/svn/scons/trunk@4623 fdb21ef1-2011-0410-befe-b5e4ea1792b1 --- diff --git a/doc/user/depends.xml b/doc/user/depends.xml index 46760480..8715a36a 100644 --- a/doc/user/depends.xml +++ b/doc/user/depends.xml @@ -1648,8 +1648,8 @@ % scons -Q - 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 % scons -Q scons: `.' is up to date.