commit | 452ccb3c7070de70884ef706c11dfe788a9253fa | [log] [tgz] |
---|---|---|
author | Christopher Dunn <cdunn2001@gmail.com> | Thu Jun 14 22:07:15 2007 +0000 |
committer | Christopher Dunn <cdunn2001@gmail.com> | Thu Jun 14 22:07:15 2007 +0000 |
tree | 9672a32219450afa4be95853e158ad187790cec8 | |
parent | a3992389bb9f1c53f54f32b6e1236662b2ebb25b [diff] |
Unneeded comment.
diff --git a/SConstruct b/SConstruct index 8167484..a957617 100644 --- a/SConstruct +++ b/SConstruct
@@ -183,8 +183,3 @@ buildProjectInDirectory( 'src/lib_json' ) buildProjectInDirectory( 'doc' ) -# libs was happening before bin by chance, I think. When I added -# the compiler version to linux-gcc, the order changed. This -# fixes it (I believe). -env.Depends('bin', 'libs') -env.Depends('check', 'bin')