From f47541c33f1f6f2d2fcc1f8c3261803467386876 Mon Sep 17 00:00:00 2001
From: Kaspar Schleiser <kaspar@schleiser.de>
Date: Mon, 1 Nov 2010 15:50:56 +0100
Subject: [PATCH] * have project compiled last

---
 Jamfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jamfile b/Jamfile
index 3c442afa90..3e199228c3 100644
--- a/Jamfile
+++ b/Jamfile
@@ -67,8 +67,8 @@ Debug debug : $(TARGET) ;
 ListModules listmodules ;
 ShowFlags showflags : $(TARGET) ;
 
-SubInclude TOP projects $(PROJECT) ;
 SubInclude TOP sys ;
 SubInclude TOP core ;
 SubInclude TOP drivers ;
 SubInclude TOP board ;
+SubInclude TOP projects $(PROJECT) ;
-- 
GitLab