From 452ccb3c7070de70884ef706c11dfe788a9253fa Mon Sep 17 00:00:00 2001 From: Christopher Dunn Date: Thu, 14 Jun 2007 22:07:15 +0000 Subject: [PATCH] Unneeded comment. --- SConstruct | 5 ----- 1 file changed, 5 deletions(-) diff --git a/SConstruct b/SConstruct index 8167484..a957617 100644 --- a/SConstruct +++ b/SConstruct @@ -183,8 +183,3 @@ buildProjectInDirectory( 'src/jsontestrunner' ) 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')