diff --git a/src/Allwmake b/src/Allwmake index e374ba62e8..f2b2adf037 100755 --- a/src/Allwmake +++ b/src/Allwmake @@ -5,8 +5,8 @@ set -x # update OpenFOAM version strings if required wmakePrintBuild -check || /bin/rm -f OpenFOAM/Make/$WM_OPTIONS/global.? 2>/dev/null -wmakeLnInclude -f OpenFOAM -wmakeLnInclude -f OSspecific/$WM_OSTYPE +wmakeLnInclude OpenFOAM +wmakeLnInclude OSspecific/$WM_OSTYPE Pstream/Allwmake wmake libo OSspecific/$WM_OSTYPE diff --git a/src/turbulenceModels/LES/Allwmake b/src/turbulenceModels/LES/Allwmake index a80c71ab57..00f3bf3ada 100755 --- a/src/turbulenceModels/LES/Allwmake +++ b/src/turbulenceModels/LES/Allwmake @@ -2,7 +2,7 @@ cd ${0%/*} || exit 1 # run from this directory set -x -wmakeLnInclude -f ../incompressible/LES +wmakeLnInclude ../incompressible/LES wmake libso LESfilters wmake libso LESdeltas