Removed spurious -f options.

This commit is contained in:
henry
2009-07-20 11:03:52 +01:00
parent dc5e9e4cfe
commit ae1fda27bf
2 changed files with 3 additions and 3 deletions

View File

@ -5,8 +5,8 @@ set -x
# update OpenFOAM version strings if required # update OpenFOAM version strings if required
wmakePrintBuild -check || /bin/rm -f OpenFOAM/Make/$WM_OPTIONS/global.? 2>/dev/null wmakePrintBuild -check || /bin/rm -f OpenFOAM/Make/$WM_OPTIONS/global.? 2>/dev/null
wmakeLnInclude -f OpenFOAM wmakeLnInclude OpenFOAM
wmakeLnInclude -f OSspecific/$WM_OSTYPE wmakeLnInclude OSspecific/$WM_OSTYPE
Pstream/Allwmake Pstream/Allwmake
wmake libo OSspecific/$WM_OSTYPE wmake libo OSspecific/$WM_OSTYPE

View File

@ -2,7 +2,7 @@
cd ${0%/*} || exit 1 # run from this directory cd ${0%/*} || exit 1 # run from this directory
set -x set -x
wmakeLnInclude -f ../incompressible/LES wmakeLnInclude ../incompressible/LES
wmake libso LESfilters wmake libso LESfilters
wmake libso LESdeltas wmake libso LESdeltas