diff options
Diffstat (limited to 'doc/user/output.xml')
-rw-r--r-- | doc/user/output.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/user/output.xml b/doc/user/output.xml index d42457a..08d28d1 100644 --- a/doc/user/output.xml +++ b/doc/user/output.xml @@ -683,9 +683,9 @@ scons: `.' is up to date. Build succeeded. % <userinput>scons -Q fail=1</userinput> - scons: *** Source `source' not found, needed by target `target'. Stop. + scons: *** [target] Source `source' not found, needed by target `target'. FAILED!!!! - Failed building Source `source' not found, needed by target `target'. + Failed building target: Source `source' not found, needed by target `target'. </screen> </section> |