From 0a5a2430a4a0c789a0ab84773abd476acbf9e7e5 Mon Sep 17 00:00:00 2001
From: andy <a.heather@opencfd.co.uk>
Date: Wed, 24 Nov 2010 13:22:20 +0000
Subject: [PATCH] COMP: Re-ordered components of src/Allwmake to avoid build
 dependency probs

---
 src/Allwmake | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/Allwmake b/src/Allwmake
index 354aee075d6..2fd099352dc 100755
--- a/src/Allwmake
+++ b/src/Allwmake
@@ -21,16 +21,16 @@ OSspecific/$WM_OSTYPE/Allwmake
 wmake libso OpenFOAM
 
 wmake libso fileFormats
+wmake libso triSurface
+wmake libso meshTools
 wmake libso edgeMesh
 wmake libso surfMesh
-wmake libso triSurface
 
 # Decomposition methods needed by dummyThirdParty
 parallel/decompose/AllwmakeLnInclude
 # dummyThirdParty (dummy metisDecomp, scotchDecomp etc) needed by e.g. meshTools
 dummyThirdParty/Allwmake
 
-wmake libso meshTools
 wmake libso lagrangian/basic
 wmake libso finiteVolume
 wmake libso genericPatchFields
-- 
GitLab